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

适用于