ButtonBase.OnCommandChanged(EventArgs) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Nota
Per usare questa API di anteprima, devi abilitare le funzionalità di anteprima nel progetto impostando la proprietà EnablePreviewFeatures
su True
nel file del progetto. Per altre informazioni, vedere https://aka.ms/dotnet-preview-features.
Genera l'evento CommandChanged.
protected:
virtual void OnCommandChanged(EventArgs ^ e);
[System.Runtime.Versioning.RequiresPreviewFeatures]
protected virtual void OnCommandChanged (EventArgs e);
protected virtual void OnCommandChanged (EventArgs e);
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
abstract member OnCommandChanged : EventArgs -> unit
override this.OnCommandChanged : EventArgs -> unit
abstract member OnCommandChanged : EventArgs -> unit
override this.OnCommandChanged : EventArgs -> unit
Protected Overridable Sub OnCommandChanged (e As EventArgs)
Parametri
- Attributi