Interface ICommandHandler
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ICommandHandler
Methods
CanExecute(RoutedCommand, CanExecuteRoutedEventArgs)
Declaration
bool CanExecute(RoutedCommand command, CanExecuteRoutedEventArgs e)
Parameters
System.
|
System.
|
Returns
System.
|
HandleCommand(RoutedCommand, ExecutedRoutedEventArgs)
Declaration
void HandleCommand(RoutedCommand command, ExecutedRoutedEventArgs e)
Parameters
System.
|
System.
|