Class
OutputPanelController

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

SetInError

Declaration

cs-api-definition
public Action SetInError

Field Value

Action

Properties

ViewModel

Declaration

cs-api-definition
public OutputPanelViewModel ViewModel { get; }

Property Value

OutputPanelViewModel

Methods

CanExecuteCommand(ICommand, CanExecuteRoutedEventArgs)

Declaration

cs-api-definition
public bool CanExecuteCommand(ICommand command, CanExecuteRoutedEventArgs e)

Parameters

command

ICommand

e

CanExecuteRoutedEventArgs

Returns

bool

HandleCommand(ICommand, ExecutedRoutedEventArgs)

Handles the command.

Declaration

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

Parameters

command

ICommand

The command.

e

ExecutedRoutedEventArgs