C# Class Dev2.Studio.Core.AppResources.WindowManagers.XamDockManagerDockAwareWindowManager.DockableWindowConductor

The dockable window conductor, used to allow for interaction between view and view model.
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
DockableWindowConductor ( object viewModel, ContentPane view ) : System

Initializes a new instance of the DockableWindowConductor class.

Private Methods

Method Description
OnClosed ( object sender, System e ) : void

Called when the view has been closed.

OnClosing ( object sender, PaneClosingEventArgs e ) : void

Called when the view is about to be closed.

OnDeactivated ( object sender, DeactivationEventArgs e ) : void

Called when the view has been deactivated.

Method Details

DockableWindowConductor() public method

Initializes a new instance of the DockableWindowConductor class.
public DockableWindowConductor ( object viewModel, ContentPane view ) : System
viewModel object The view model.
view ContentPane The view.
return System