ComponentDesigner.IDesignerFilter.PreFilterEvents(IDictionary) Method

Definition

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

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

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