Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool |
Returns true if all of the commands in the group can execute.
|
|
CommandGroup ( ) : System |
Initializes a new instance.
|
|
Execute ( object parameter ) : void |
Executes each command in the group sequentially.
|
Method | Description | |
---|---|---|
OnCanExecuteChanged ( ) : void |
Subclasses can invoke this method to raise the CanExecuteChanged event.
|
Method | Description | |
---|---|---|
OnChildCommandCanExecuteChanged ( object sender, |
||
OnCommandsCollectionChanged ( object sender, |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |