TypeDescriptor::GetEvents Method

 

Returns the collection of events for a component or type.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetEvents(Object^)

Returns the collection of events for the specified component.

System_CAPS_pubmethodSystem_CAPS_staticGetEvents(Object^, array<Attribute^>^)

Returns the collection of events for a specified component using a specified array of attributes as a filter.

System_CAPS_pubmethodSystem_CAPS_staticGetEvents(Object^, array<Attribute^>^, Boolean)

Returns the collection of events for a specified component using a specified array of attributes as a filter and using a custom type descriptor.

System_CAPS_pubmethodSystem_CAPS_staticGetEvents(Object^, Boolean)

Returns the collection of events for a specified component with a custom type descriptor.

System_CAPS_pubmethodSystem_CAPS_staticGetEvents(Type^)

Returns the collection of events for a specified type of component.

System_CAPS_pubmethodSystem_CAPS_staticGetEvents(Type^, array<Attribute^>^)

Returns the collection of events for a specified type of component using a specified array of attributes as a filter.

Return to top
Show: