ComponentDesigner::IDesignerFilter::PostFilterEvents Method (IDictionary^)
.NET Framework (current version)
For a description of this member, see the IDesignerFilter::PostFilterEvents method.
Assembly: System.Design (in System.Design.dll)
private: virtual void PostFilterEvents( IDictionary^ events ) sealed = IDesignerFilter::PostFilterEvents
Parameters
- events
-
Type:
System.Collections::IDictionary^
The EventDescriptor objects that represent the events of the class of the component. The keys in the dictionary of events are event names.
This member is an explicit interface member implementation. It can be used only when the ComponentDesigner instance is cast to an IDesignerFilter interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: