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

属性值

引发事件时所调用的方法。

注解

此属性等效于调用 GetRaiseMethod 值为 的 true

适用于