System.Reflection.EventInfo.RaiseMethod Property

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

Syntax

public virtual MethodInfo RaiseMethod { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is the equivalent of calling the EventInfo.GetRaiseMethod(bool) with a value of true.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0