Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
ChoiceCommand ( ButtonCommandHandler commandHandler, bool isDefault, bool isCancel, string label, MessageChoice result ) : System | ||
Execute ( object parameter ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public ChoiceCommand ( ButtonCommandHandler commandHandler, bool isDefault, bool isCancel, string label, MessageChoice result ) : System | ||
commandHandler | ButtonCommandHandler | |
isDefault | bool | |
isCancel | bool | |
label | string | |
result | MessageChoice | |
return | System |