EventInfo.RaiseMethod 屬性

定義

取得引發事件時所呼叫的方法,包括非公用方法。

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

屬性值

引發事件時所呼叫的方法。

備註

這個屬性相當於使用 值true呼叫 GetRaiseMethod

適用於