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 events declared or inherited by the current type. If there are no public events, an empty array is returned.
To be supplied
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | TypeDelegator.GetEvents Overload List