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.GetDefaultEvent

Retrieves the default event.

[Visual Basic]
Function GetDefaultEvent() As EventDescriptor
[C#]
EventDescriptor GetDefaultEvent();
[C++]
EventDescriptor* GetDefaultEvent() = 0;
[JScript]
function GetDefaultEvent() : EventDescriptor;

Return Value

the default event, or null if there are no events

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace