ComponentDesigner::IDesignerFilter::PreFilterEvents Method (IDictionary^)

 

For a description of this member, see the IDesignerFilter::PreFilterEvents method.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

private:
virtual void PreFilterEvents(
	IDictionary^ events
) sealed = IDesignerFilter::PreFilterEvents

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
Return to top
Show: