MenuCommandsChangedEventArgs.Command Tulajdonság

Definíció

Lekéri a hozzáadott, eltávolított vagy módosított parancsot.

public:
 property System::ComponentModel::Design::MenuCommand ^ Command { System::ComponentModel::Design::MenuCommand ^ get(); };
public System.ComponentModel.Design.MenuCommand Command { get; }
public System.ComponentModel.Design.MenuCommand? Command { get; }
member this.Command : System.ComponentModel.Design.MenuCommand
Public ReadOnly Property Command As MenuCommand

Tulajdonság értéke

A MenuCommand hozzáadott, eltávolított vagy módosított.

Megjegyzések

A visszaadott érték akkor lehet null , ha egyszerre több parancs is módosult.

A következőre érvényes: