Sets the list of events that are exposed at design-time for the TypeDescriptor object for the component.
Assembly: System.Design (in System.Design.dll)
Protected Overrides Sub PreFilterEvents ( _
events As [%$TOPIC/ythtft9y_en-us_VS_110_2_0_0_0_0%] _
)
protected override void PreFilterEvents(
[%$TOPIC/ythtft9y_en-us_VS_110_2_0_1_0_0%] events
)
protected:
virtual void PreFilterEvents(
[%$TOPIC/ythtft9y_en-us_VS_110_2_0_2_0_0%]^ events
) override
abstract PreFilterEvents :
events:[%$TOPIC/ythtft9y_en-us_VS_110_2_0_3_0_0%] -> unit
override PreFilterEvents :
events:[%$TOPIC/ythtft9y_en-us_VS_110_2_0_3_0_1%] -> unit
Parameters
- events
- Type:
System.CollectionsIDictionary
An IDictionary that contains the names of the events of the component to expose.
The PreFilterEvents method provides a way to add items to or remove items from the dictionary of events that a designer exposes through a TypeDescriptor object.
The keys in the dictionary of events are the names of the events. The objects are of type PropertyDescriptor.
Notes to InheritorsYou can directly modify the dictionary that is accessible through events or you can leave the dictionary unchanged. If you are overriding the PreFilterEvents method, call the base implementation before you perform your own filtering.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.