This topic has not yet been rated - Rate this topic

TypeDescriptor.GetEvents Method

Returns the collection of events for a component or type.
Name Description
TypeDescriptor.GetEvents (Object) Returns the collection of events for the specified component.

Supported by the .NET Compact Framework.

TypeDescriptor.GetEvents (Type) Returns the collection of events for a specified type of component.

Supported by the .NET Compact Framework.

TypeDescriptor.GetEvents (Object, Attribute[]) Returns the collection of events for a specified component using a specified array of attributes as a filter.

Supported by the .NET Compact Framework.

TypeDescriptor.GetEvents (Object, Boolean) Returns the collection of events for a specified component with a custom type descriptor.

Supported by the .NET Compact Framework.

TypeDescriptor.GetEvents (Type, Attribute[]) Returns the collection of events for a specified type of component using a specified array of attributes as a filter.

Supported by the .NET Compact Framework.

TypeDescriptor.GetEvents (Object, 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.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.