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