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

[To be supplied.]

Overload List

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[];

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(BindingFlags) As EventInfo ()
[C#] public override EventInfo[] GetEvents(BindingFlags);
[C++] public: override EventInfo* GetEvents(BindingFlags) [];
[JScript] public override function GetEvents(BindingFlags) : EventInfo[];

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace