[To be supplied.]
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. The returned array of events will be filtered by the given set of attributes.
[Visual Basic] Overloads Function GetEvents(MemberAttribute()) As EventDescriptorCollection
[C#] EventDescriptorCollection GetEvents(MemberAttribute[]);
[C++] EventDescriptorCollection* GetEvents(MemberAttribute*[]) = 0;
[JScript] function GetEvents(MemberAttribute[]) : EventDescriptorCollection;
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;
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace