EventInfo.MemberType Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a MemberTypes value indicating that this member is an event.
Assembly: mscorlib (in mscorlib.dll)
This property overrides MemberType. Therefore, when you examine a set of MemberInfo objects — for example, the array returned by GetMembers — the MemberType property returns MemberTypes.Event only when a given member is an event.
Show: