The properties of System.Reflection.EventInfo are listed below. For a list of all members, see the EventInfo Members list.
See Also: Inherited members from System.Reflection.MemberInfo
[read-only] | AddMethod | MethodInfo.
Gets the System.Reflection.MethodInfo object for the EventInfo.AddEventHandler(object, Delegate) method of the event, including non-public methods. |
[read-only] abstract | Attributes | EventAttributes.
Gets the attributes for this event. |
[read-only] | EventHandlerType | Type.
Gets the Type object of the underlying event-handler delegate associated with this event. |
[read-only] | IsMulticast | bool.
Gets a value indicating whether the event is multicast. |
[read-only] | IsSpecialName | bool.
Gets a value indicating whether the EventInfo has a name with a special meaning. |
[read-only] override | MemberType | MemberTypes.
Gets a System.Reflection.MemberTypes value indicating that this member is an event. |
[read-only] | RaiseMethod | MethodInfo.
Gets the method that is called when the event is raised, including non-public methods. |
[read-only] | RemoveMethod | MethodInfo.
Gets the MethodInfo object for removing a method of the event, including non-public methods. |