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

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

Méthodes publiques

Méthode Description
DockableWindowConductor ( object viewModel, ContentPane view ) : System

Initializes a new instance of the DockableWindowConductor class.

Private Methods

Méthode 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 méthode

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