MenuEventArgs.CommandSource 属性

定义

获取引发事件的 Object

public:
 property System::Object ^ CommandSource { System::Object ^ get(); };
public object CommandSource { get; }
member this.CommandSource : obj
Public ReadOnly Property CommandSource As Object

属性值

Object

引发事件的 Object

注解

使用 CommandSource 属性访问 Object 引发事件的属性。

适用于

另请参阅