Gets the Type of the
event-handler Delegate
associated with the event reflected by the current instance.
[Edit]
public Type EventHandlerType { get; } |
|
Value
A Type that represents
the type of the
event-handler Delegate associated with the event reflected by the current
instance. Returns null if the method used to add a delegate to
the event is not public and is in a loaded assembly, and the caller does not have the required permission.
[Edit]
Permissions
Remarks
Requirements
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0