ActivityDesigner.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

IDictionary包含类的事件名称。

适用于