InterfaceICommandHandler
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface ICommandHandler
Derived Classes:
Methods
CanExecute(RoutedCommand, CanExecuteRoutedEventArgs)
Declaration
cs-api-definition
bool CanExecute(RoutedCommand command, CanExecuteRoutedEventArgs e)
Parameters
command
e
Returns
HandleCommand(RoutedCommand, ExecutedRoutedEventArgs)
Declaration
cs-api-definition
void HandleCommand(RoutedCommand command, ExecutedRoutedEventArgs e)
Parameters
command
e