2008年10月20日

如何处理frozon control (WPF FAQ http://www.syncfusion.com/faq/wpf/default.aspx#60)

摘要: 将一个control freeze后能够提高其性能。If you try to modify a frozen Freezable object, it throws an 'Invalid Operation' Exception. To avoid throwing this exception... 阅读全文

posted @ 2008-10-20 15:22 oyl 阅读(198) 评论(0) 推荐(0) 编辑

Enumerate the visual tree and logic tree

摘要: How can I enumerate all the descendants of a visual object ? You can enumerate all the descendants of a visual object as follows :// Enumerate all the... 阅读全文

posted @ 2008-10-20 15:20 oyl 阅读(331) 评论(0) 推荐(0) 编辑

不能获得一个routed event 有多少个event handler

摘要: 原来的普通eventHandler可以通过eventHandler clickHandler;clickHandler.GetInvocationList().Length 来获得foreach(delegate a in GetclickHandler.GetInvocationList()){}... 阅读全文

posted @ 2008-10-20 12:38 oyl 阅读(242) 评论(0) 推荐(0) 编辑

注意:匿名事件处理函数

摘要: if (button != null && button.m_defaultMenuItem != menuItem) {button.m_defaultMenuItem.IsEnabledChanged += delegate(object o, DependencyPropertyChanged... 阅读全文

posted @ 2008-10-20 12:27 oyl 阅读(156) 评论(0) 推荐(0) 编辑

导航