ToolStripItem.OnRequestCommandExecute(EventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
若要使用此预览 API,必须通过在项目文件中将 EnablePreviewFeatures
属性设置为 True
,在项目中启用预览功能。 有关详细信息,请参阅 https://aka.ms/dotnet-preview-features。
在 的上下文 OnClick(EventArgs) 中调用 ,如果上下文允许,则调用 Execute(Object) 。
protected:
virtual void OnRequestCommandExecute(EventArgs ^ e);
[System.Runtime.Versioning.RequiresPreviewFeatures]
protected virtual void OnRequestCommandExecute (EventArgs e);
protected virtual void OnRequestCommandExecute (EventArgs e);
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
abstract member OnRequestCommandExecute : EventArgs -> unit
override this.OnRequestCommandExecute : EventArgs -> unit
abstract member OnRequestCommandExecute : EventArgs -> unit
override this.OnRequestCommandExecute : EventArgs -> unit
Protected Overridable Sub OnRequestCommandExecute (e As EventArgs)
参数
- 属性