public MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command) { this.changeType = changeType; this.command = command; }
// Constructors public MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command) {}