TypeDescriptor::GetEvents Method
.NET Framework (current version)
Returns the collection of events for a component or type.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetEvents(Object^) | Returns the collection of events for the specified component. |
![]() ![]() | GetEvents(Object^, array<Attribute^>^) | Returns the collection of events for a specified component using a specified array of attributes as a filter. |
![]() ![]() | GetEvents(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. |
![]() ![]() | GetEvents(Object^, Boolean) | Returns the collection of events for a specified component with a custom type descriptor. |
![]() ![]() | GetEvents(Type^) | Returns the collection of events for a specified type of component. |
![]() ![]() | GetEvents(Type^, array<Attribute^>^) | Returns the collection of events for a specified type of component using a specified array of attributes as a filter. |
Show:

