ToolStripItem.OnCommandChanged(EventArgs) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Nota
Para usar esta API en versión preliminar, debe habilitar las características en versión preliminar en su proyecto estableciendo la propiedad EnablePreviewFeatures
en True
en el archivo del proyecto. Para más información, vea https://aka.ms/dotnet-preview-features.
Genera el 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)
Parámetros
- Atributos