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!

TypeDelegator.GetEvents ()

Returns an array of EventInfo objects representing all the public events declared or inherited by the current TypeDelegator.

[Visual Basic]
Overloads Overrides Public Function GetEvents() As EventInfo ()
[C#]
public override EventInfo[] GetEvents();
[C++]
public: override EventInfo* GetEvents() [];
[JScript]
public override function GetEvents() : EventInfo[];

Return Value

Returns an array of EventInfo objects representing all the events declared or inherited by the current type. If there are no public events, an empty array is returned.

Remarks

To be supplied

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | TypeDelegator.GetEvents Overload List