Class OutputView
Inheritance
System.Object
OutputView
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class OutputView : UserControl, IUIPanelView, IComponentConnector, IStyleConnector
Constructors
OutputView()
Declaration
public OutputView()
Properties
Controller
Methods
CanExecute(RoutedCommand, CanExecuteRoutedEventArgs)
Declaration
public bool CanExecute(RoutedCommand command, CanExecuteRoutedEventArgs e)
Parameters
System.Windows.Input.RoutedCommand
command
|
System.Windows.Input.CanExecuteRoutedEventArgs
e
|
Returns
System.Boolean
|
Implements
HandleCommand(RoutedCommand, ExecutedRoutedEventArgs)
Declaration
public void HandleCommand(RoutedCommand command, ExecutedRoutedEventArgs e)
Parameters
System.Windows.Input.RoutedCommand
command
|
System.Windows.Input.ExecutedRoutedEventArgs
e
|
Implements
InitializeComponent()
Declaration
public void InitializeComponent()