MenuCommandsChangedEventArgs Klasse
Definition
Stellt Daten für das MenuCommandsChanged-Ereignis bereit.Provides data for the MenuCommandsChanged event.
public ref class MenuCommandsChangedEventArgs : EventArgs
public class MenuCommandsChangedEventArgs : EventArgs
[System.Runtime.InteropServices.ComVisible(true)]
public class MenuCommandsChangedEventArgs : EventArgs
type MenuCommandsChangedEventArgs = class
inherit EventArgs
[<System.Runtime.InteropServices.ComVisible(true)>]
type MenuCommandsChangedEventArgs = class
inherit EventArgs
Public Class MenuCommandsChangedEventArgs
Inherits EventArgs
- Vererbung
- Attribute
Konstruktoren
MenuCommandsChangedEventArgs(MenuCommandsChangedType, MenuCommand) |
Initialisiert eine neue Instanz der MenuCommandsChangedEventArgs-Klasse.Initializes a new instance of the MenuCommandsChangedEventArgs class. |
Eigenschaften
ChangeType |
Ruft den Änderungstyp ab, durch den MenuCommandsChanged ausgelöst wurde.Gets the type of change that caused MenuCommandsChanged to be raised. |
Command |
Ruft den Befehl ab, der hinzugefügt, entfernt oder geändert wurde.Gets the command that was added, removed, or changed. |
Methoden
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |