ComponentDesigner.PreFilterEvents(IDictionary) 方法

定义

允许设计器在通过 TypeDescriptor 公开的事件集中添加项。

protected:
 virtual void PreFilterEvents(System::Collections::IDictionary ^ events);
protected virtual void PreFilterEvents (System.Collections.IDictionary events);
abstract member PreFilterEvents : System.Collections.IDictionary -> unit
override this.PreFilterEvents : System.Collections.IDictionary -> unit
Protected Overridable Sub PreFilterEvents (events As IDictionary)

参数

events
IDictionary

组件的类的事件。

注解

此方法提供了一种将项添加到设计器通过 TypeDescriptor公开的事件字典的方法。

事件字典中的键是事件的名称。 对象的类型 PropertyDescriptor为 。 此方法紧接在 方法之前 PostFilterEvents 调用。

继承者说明

可以直接修改可通过 参数访问的 events 字典,也可以保持不变。 如果重写此方法,请在执行自己的筛选之前调用基实现。

适用于

另请参阅