ComponentDesigner.IDesignerFilter.PostFilterEvents(IDictionary) Method

Definition

For a description of this member, see the PostFilterEvents(IDictionary) method.

 virtual void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System::Collections::IDictionary ^ events) = System::ComponentModel::Design::IDesignerFilter::PostFilterEvents;
void IDesignerFilter.PostFilterEvents (System.Collections.IDictionary events);
abstract member System.ComponentModel.Design.IDesignerFilter.PostFilterEvents : System.Collections.IDictionary -> unit
override this.System.ComponentModel.Design.IDesignerFilter.PostFilterEvents : System.Collections.IDictionary -> unit
Sub PostFilterEvents (events As IDictionary) Implements IDesignerFilter.PostFilterEvents

Parameters

events
IDictionary

The EventDescriptor objects that represent the events of the class of the component. The keys in the dictionary of events are event names.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ComponentDesigner instance is cast to an IDesignerFilter interface.

Applies to