Retrieves an array of events that the given component instance provides. This may differ from the set of events the class provides. If the component is sited, the site may add or remove additional events.
[Visual Basic] Overloads Function GetEvents() As EventDescriptorCollection [C#] EventDescriptorCollection GetEvents(); [C++] EventDescriptorCollection* GetEvents() = 0; [JScript] function GetEvents() : EventDescriptorCollection;
an array of events this component surfaces.
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor.GetEvents Overload List