GetEvents Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overrides Function GetEvents As EventInfo()

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft