System.Reflection.EventInfo: Property Members

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

Public Properties

[read-only]
AddMethodMethodInfo.

Gets the System.Reflection.MethodInfo object for the EventInfo.AddEventHandler(object, Delegate) method of the event, including non-public methods.

[read-only]
abstract
AttributesEventAttributes.

Gets the attributes for this event.

[read-only]
EventHandlerTypeType.

Gets the Type object of the underlying event-handler delegate associated with this event.

[read-only]
IsMulticastbool.

Gets a value indicating whether the event is multicast.

[read-only]
IsSpecialNamebool.

Gets a value indicating whether the EventInfo has a name with a special meaning.

[read-only]
override
MemberTypeMemberTypes.

Gets a System.Reflection.MemberTypes value indicating that this member is an event.

[read-only]
RaiseMethodMethodInfo.

Gets the method that is called when the event is raised, including non-public methods.

[read-only]
RemoveMethodMethodInfo.

Gets the MethodInfo object for removing a method of the event, including non-public methods.