EventInfo.RaiseMethod Property

Definition

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

public:
 virtual property System::Reflection::MethodInfo ^ RaiseMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo RaiseMethod { get; }
public virtual System.Reflection.MethodInfo? RaiseMethod { get; }
member this.RaiseMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property RaiseMethod As MethodInfo

Property Value

The method that is called when the event is raised.

Remarks

This property is the equivalent of calling the GetRaiseMethod with a value of true.

Applies to