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[];
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.
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | TypeDelegator.GetEvents Overload List