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 (BindingFlags)

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

Parameters

bindingAttr
[To be supplied.]

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.

See Also

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