CustomTypeDescriptor::GetEvents Method ()
.NET Framework (current version)
Returns a collection of event descriptors for the object represented by this type descriptor.
Assembly: System (in System.dll)
Return Value
Type: System.ComponentModel::EventDescriptorCollection^An EventDescriptorCollection containing the event descriptors for the object represented by this type descriptor. The default is Empty.
Implements
ICustomTypeDescriptor::GetEvents()If a parent custom type descriptor was passed into the CustomTypeDescriptor constructor, the GetEvents method will call the parent's corresponding method.
.NET Framework
Available since 2.0
Available since 2.0
Show: