Interface
IUIPanelView

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IUIPanelView

Derived Classes: OutputViewProjectExplorerView

Methods

CanExecute(RoutedCommand, CanExecuteRoutedEventArgs)

Declaration

cs-api-definition
bool CanExecute(RoutedCommand command, CanExecuteRoutedEventArgs e)

Parameters

command

RoutedCommand

e

CanExecuteRoutedEventArgs

Returns

bool

HandleCommand(RoutedCommand, ExecutedRoutedEventArgs)

Declaration

cs-api-definition
void HandleCommand(RoutedCommand command, ExecutedRoutedEventArgs e)

Parameters

command

RoutedCommand

e

ExecutedRoutedEventArgs