Skip to main content
.NET Framework Class Library
TypeDescriptor..::.GetEvents Method





Returns the collection of events for a component or type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberGetEvents(Object)Returns the collection of events for the specified component.
Public methodStatic memberGetEvents(Type)Returns the collection of events for a specified type of component.
Public methodStatic memberGetEvents(Object, array<Attribute>[]()[])Returns the collection of events for a specified component using a specified array of attributes as a filter.
Public methodStatic memberGetEvents(Object, Boolean)Returns the collection of events for a specified component with a custom type descriptor.
Public methodStatic memberGetEvents(Type, array<Attribute>[]()[])Returns the collection of events for a specified type of component using a specified array of attributes as a filter.
Public methodStatic memberGetEvents(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.
Top