EventInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The EventInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddMethod | Gets the MethodInfo object for the AddEventHandler method of the event, including non-public methods. |
|
Attributes | Gets the attributes for this event. |
|
CustomAttributes | Gets a collection that contains this member's custom attributes. (Inherited from MemberInfo.) |
|
DeclaringType | Gets the class that declares this member. (Inherited from MemberInfo.) |
|
EventHandlerType | Gets the Type object of the underlying event-handler delegate associated with this event. |
|
IsMulticast | Gets a value that indicates whether the event is multicast. |
|
IsSpecialName | Gets a value that indicates whether the EventInfo has a name with a special meaning. |
|
MemberType | Gets a MemberTypes value indicating that this member is an event. (Overrides MemberInfo.MemberType.) |
|
MetadataToken | Gets a value that identifies a metadata element. (Inherited from MemberInfo.) |
|
Module | Gets the module in which the type that declares the member represented by the current MemberInfo is defined. (Inherited from MemberInfo.) |
|
Name | Gets the name of the current member. (Inherited from MemberInfo.) |
|
RaiseMethod | Gets the method that is called when the event is raised, including non-public methods. |
|
ReflectedType | Gets the class object that was used to obtain this instance of MemberInfo. (Inherited from MemberInfo.) |
|
RemoveMethod | Gets the MethodInfo object for removing a method of the event, including non-public methods. |
Show: