NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICustomTypeDescriptor.GetEvents ()

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;

Return Value

an array of events this component surfaces.

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor.GetEvents Overload List