ButtonBase.OnRequestCommandExecute(EventArgs) Metódus

Definíció

Megjegyzés

Ezen előzetes verziójú API használatához engedélyeznie kell az előzetes verziójú funkciók használatát a projektben az EnablePreviewFeatures tulajdonságot a True értékre állítva a projektfájlban. További információ: https://aka.ms/dotnet-preview-features.

Meghívható a meghívás Execute(Object) kontextusábanOnClick(EventArgs), ha a környezet lehetővé teszi.

protected:
 virtual void OnRequestCommandExecute(EventArgs ^ e);
protected virtual void OnRequestCommandExecute(EventArgs e);
[System.Runtime.Versioning.RequiresPreviewFeatures]
protected virtual void OnRequestCommandExecute(EventArgs e);
abstract member OnRequestCommandExecute : EventArgs -> unit
override this.OnRequestCommandExecute : EventArgs -> unit
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
abstract member OnRequestCommandExecute : EventArgs -> unit
override this.OnRequestCommandExecute : EventArgs -> unit
Protected Overridable Sub OnRequestCommandExecute (e As EventArgs)

Paraméterek

e
EventArgs

Üres EventArgs példány.

Attribútumok

A következőre érvényes: