ClassOutputPanelController
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class OutputPanelController
Inheritance: objectOutputPanelController
Constructors
OutputPanelController()
Declaration
cs-api-definition
public OutputPanelController()
Fields
Properties
ViewModel
Declaration
cs-api-definition
public OutputPanelViewModel ViewModel { get; }
Property Value
Methods
CanExecuteCommand(ICommand, CanExecuteRoutedEventArgs)
Declaration
cs-api-definition
public bool CanExecuteCommand(ICommand command, CanExecuteRoutedEventArgs e)
Parameters
command
e
Returns
HandleCommand(ICommand, ExecutedRoutedEventArgs)
Handles the command.
Declaration
cs-api-definition
public void HandleCommand(ICommand command, ExecutedRoutedEventArgs e)
Parameters
command
The command.
e