public MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command) { this.changeType = changeType; this.command = command; }
/// <summary> /// Constructor that requires the object in question, the type of change /// and the remaining commands left for the object. "command" can be null /// to signify multiple commands changed at once. /// </summary> public MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command) { ChangeType = changeType; Command = command; }
// Constructors public MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command) { }
// Constructors public MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command) {}
public MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command) { this.change_type = changeType; this.command = command; }