TypeDelegator.GetEvents Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an array of EventInfo objects representing all the public events declared or inherited by the current TypeDelegator.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Reflection.EventInfo ()Returns an array of type EventInfo containing all the events declared or inherited by the current type. If there are no events, an empty array is returned.
Show: