Class DockingManager
This interface is implemented by a class that can display an HeBianGu.Control.Dock.Controls.IOverlayWindow, which in turn is used to arrange the docking layout of a document or tool window in HeBianGu.Control.Dock.
[TemplatePart(Name = "PART_AutoHideArea")]
public class DockingManager : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
DockingManager
- Implements
- Inherited Members
- Extension Methods
Constructors
DockingManager()
Class constructor.
public DockingManager()
Fields
ActiveContentProperty
ActiveContent dependency property.
public static readonly DependencyProperty ActiveContentProperty
Field Value
AllowMixedOrientationProperty
AllowMixedOrientation dependency property.
public static readonly DependencyProperty AllowMixedOrientationProperty
Field Value
AnchorGroupTemplateProperty
AnchorGroupTemplate dependency property.
public static readonly DependencyProperty AnchorGroupTemplateProperty
Field Value
AnchorSideTemplateProperty
The AnchorSideTemplate dependency property.
public static readonly DependencyProperty AnchorSideTemplateProperty
Field Value
AnchorTemplateProperty
AnchorTemplate dependency property.
public static readonly DependencyProperty AnchorTemplateProperty
Field Value
AnchorableContextMenuProperty
AnchorableContextMenu dependency property.
public static readonly DependencyProperty AnchorableContextMenuProperty
Field Value
AnchorableHeaderTemplateProperty
AnchorableHeaderTemplate dependency property.
public static readonly DependencyProperty AnchorableHeaderTemplateProperty
Field Value
AnchorableHeaderTemplateSelectorProperty
AnchorableHeaderTemplateSelector dependency property.
public static readonly DependencyProperty AnchorableHeaderTemplateSelectorProperty
Field Value
AnchorablePaneControlStyleProperty
AnchorablePaneControlStyle dependency property.
public static readonly DependencyProperty AnchorablePaneControlStyleProperty
Field Value
AnchorablePaneTemplateProperty
AnchorablePaneTemplate dependency property
public static readonly DependencyProperty AnchorablePaneTemplateProperty
Field Value
AnchorableTitleTemplateProperty
AnchorableTitleTemplate dependency property.
public static readonly DependencyProperty AnchorableTitleTemplateProperty
Field Value
AnchorableTitleTemplateSelectorProperty
AnchorableTitleTemplateSelector dependency property.
public static readonly DependencyProperty AnchorableTitleTemplateSelectorProperty
Field Value
AnchorablesSourceProperty
AnchorablesSource dependency property.
public static readonly DependencyProperty AnchorablesSourceProperty
Field Value
AutoHideDelayProperty
Implements the backing store of the AutoHideDelay dependency property.
public static readonly DependencyProperty AutoHideDelayProperty
Field Value
AutoHideWindowProperty
public static readonly DependencyProperty AutoHideWindowProperty
Field Value
AutoWindowSizeWhenOpenedProperty
public static readonly DependencyProperty AutoWindowSizeWhenOpenedProperty
Field Value
BottomSidePanelProperty
BottomSidePanel dependency property.
public static readonly DependencyProperty BottomSidePanelProperty
Field Value
DocumentContextMenuProperty
DocumentContextMenu dependency property.
public static readonly DependencyProperty DocumentContextMenuProperty
Field Value
DocumentHeaderTemplateProperty
DocumentHeaderTemplate dependency property.
public static readonly DependencyProperty DocumentHeaderTemplateProperty
Field Value
DocumentHeaderTemplateSelectorProperty
DocumentHeaderTemplateSelector dependency property.
public static readonly DependencyProperty DocumentHeaderTemplateSelectorProperty
Field Value
DocumentPaneControlStyleProperty
DocumentPaneControlStyle dependency property.
public static readonly DependencyProperty DocumentPaneControlStyleProperty
Field Value
DocumentPaneMenuItemHeaderTemplateProperty
DocumentPaneMenuItemHeaderTemplate dependency property.
public static readonly DependencyProperty DocumentPaneMenuItemHeaderTemplateProperty
Field Value
DocumentPaneMenuItemHeaderTemplateSelectorProperty
DocumentPaneMenuItemHeaderTemplateSelector dependency property.
public static readonly DependencyProperty DocumentPaneMenuItemHeaderTemplateSelectorProperty
Field Value
DocumentPaneTemplateProperty
DocumentPaneTemplate dependency property.
public static readonly DependencyProperty DocumentPaneTemplateProperty
Field Value
DocumentTitleTemplateProperty
DocumentTitleTemplate dependency property.
public static readonly DependencyProperty DocumentTitleTemplateProperty
Field Value
DocumentTitleTemplateSelectorProperty
DocumentTitleTemplateSelector dependency property.
public static readonly DependencyProperty DocumentTitleTemplateSelectorProperty
Field Value
DocumentsSourceProperty
DocumentsSource dependency property.
public static readonly DependencyProperty DocumentsSourceProperty
Field Value
GridSplitterHeightProperty
GridSplitterHeight dependency property.
public static readonly DependencyProperty GridSplitterHeightProperty
Field Value
GridSplitterHorizontalStyleProperty
GridSplitterHorizontalStyle Dependency Property
public static readonly DependencyProperty GridSplitterHorizontalStyleProperty
Field Value
GridSplitterVerticalStyleProperty
GridSplitterVerticalStyle Dependency Property
public static readonly DependencyProperty GridSplitterVerticalStyleProperty
Field Value
GridSplitterWidthProperty
GridSplitterWidth dependency property.
public static readonly DependencyProperty GridSplitterWidthProperty
Field Value
IconContentTemplateProperty
IconContentTemplate dependency property.
public static readonly DependencyProperty IconContentTemplateProperty
Field Value
IconContentTemplateSelectorProperty
IconContentTemplateSelector dependency property.
public static readonly DependencyProperty IconContentTemplateSelectorProperty
Field Value
LayoutItemContainerStyleProperty
LayoutItemContainerStyle dependency property.
public static readonly DependencyProperty LayoutItemContainerStyleProperty
Field Value
LayoutItemContainerStyleSelectorProperty
LayoutItemContainerStyleSelector dependency property.
public static readonly DependencyProperty LayoutItemContainerStyleSelectorProperty
Field Value
LayoutItemTemplateProperty
LayoutItemTemplate dependency property.
public static readonly DependencyProperty LayoutItemTemplateProperty
Field Value
LayoutItemTemplateSelectorProperty
LayoutItemTemplateSelector dependency property.
public static readonly DependencyProperty LayoutItemTemplateSelectorProperty
Field Value
LayoutProperty
Layout dependency property.
public static readonly DependencyProperty LayoutProperty
Field Value
LayoutRootPanelProperty
LayoutRootPanel dependency property.
public static readonly DependencyProperty LayoutRootPanelProperty
Field Value
LayoutUpdateStrategyProperty
LayoutUpdateStrategy dependency property.
public static readonly DependencyProperty LayoutUpdateStrategyProperty
Field Value
LeftSidePanelProperty
LeftSidePanel dependency property.
public static readonly DependencyProperty LeftSidePanelProperty
Field Value
RightSidePanelProperty
RightSidePanel dependency property.
public static readonly DependencyProperty RightSidePanelProperty
Field Value
ShowSystemMenuProperty
ShowSystemMenu dependency property.
public static readonly DependencyProperty ShowSystemMenuProperty
Field Value
ThemeProperty
Theme dependency property.
public static readonly DependencyProperty ThemeProperty
Field Value
TopSidePanelProperty
TopSidePanel dependency property.
public static readonly DependencyProperty TopSidePanelProperty
Field Value
Properties
ActiveContent
Gets/sets the content that is currently active (document,anchoreable, or null).
[Bindable(true)]
public object ActiveContent { get; set; }
Property Value
AllowMixedOrientation
Gets/sets whether the DockingManager should allow mixed orientation for document panes.
[Bindable(true)]
public bool AllowMixedOrientation { get; set; }
Property Value
AnchorGroupTemplate
Gets/sets the ControlTemplate used to render the LayoutAnchorGroupControl.
[Bindable(true)]
public ControlTemplate AnchorGroupTemplate { get; set; }
Property Value
AnchorSideTemplate
Gets/sets the ControlTemplate used to render LayoutAnchorSideControl.
[Bindable(true)]
public ControlTemplate AnchorSideTemplate { get; set; }
Property Value
AnchorTemplate
Gets/sets the ControlTemplate used to render a LayoutAnchorControl.
[Bindable(true)]
public ControlTemplate AnchorTemplate { get; set; }
Property Value
AnchorableContextMenu
Gets/sets the ContextMenu to show on an anchorable.
[Bindable(true)]
public ContextMenu AnchorableContextMenu { get; set; }
Property Value
AnchorableHeaderTemplate
Gets/sets the DataTemplate to use for a header of an anchorable.
[Bindable(true)]
public DataTemplate AnchorableHeaderTemplate { get; set; }
Property Value
AnchorableHeaderTemplateSelector
Gets/sets the DataTemplateSelector to use for selecting the DataTemplate for the header of an anchorable.
[Bindable(true)]
public DataTemplateSelector AnchorableHeaderTemplateSelector { get; set; }
Property Value
AnchorablePaneControlStyle
Gets/sets the Style to apply to LayoutAnchorablePaneControl.
[Bindable(true)]
public Style AnchorablePaneControlStyle { get; set; }
Property Value
AnchorablePaneTemplate
Gets/sets the ControlTemplate used to render LayoutAnchorablePaneControl.
[Bindable(true)]
public ControlTemplate AnchorablePaneTemplate { get; set; }
Property Value
AnchorableTitleTemplate
Gets/sets the DataTemplate to use for the title of an anchorable.
[Bindable(true)]
public DataTemplate AnchorableTitleTemplate { get; set; }
Property Value
AnchorableTitleTemplateSelector
Gets/sets the DataTemplateSelector to use when selecting a DataTemplate for the title of an anchorable.
[Bindable(true)]
public DataTemplateSelector AnchorableTitleTemplateSelector { get; set; }
Property Value
AnchorablesSource
Gets/sets the source collection for all LayoutAnchorable objects managed in this framework.
[Bindable(true)]
public IEnumerable AnchorablesSource { get; set; }
Property Value
AutoHideDelay
Gets/sets the wait time in milliseconds that is applicable when the system AutoHides a LayoutAnchorableControl (reduces it to a side anchor) after the user:
clicks on a LayoutAnchorControl that is anchored in one of the Layout property sides (top, right, left, or bottom) and
clicks somewhere else into a focusable element (different document).
Expected behavior: The system waits for the configured time and reduces the LayoutAnchorableControl (into its side anchor). Recommended configuration value range should be between 0 and 1500 milliseconds.
[Bindable(true)]
public int AutoHideDelay { get; set; }
Property Value
AutoHideWindow
Gets the LayoutAutoHideWindowControl that is currently shown as autohide window.
[Bindable(true)]
public LayoutAutoHideWindowControl AutoHideWindow { get; }
Property Value
AutoWindowSizeWhenOpened
Gets/sets whether the floating window size of a LayoutFloatingWindowControl is auto sized when it is dragged out. If true the MinHeight and MinWidth of the content will be used together with the margins to determine the initial size of the floating window.
[Bindable(true)]
public bool AutoWindowSizeWhenOpened { get; set; }
Property Value
BottomSidePanel
Gets/sets the LayoutAnchorSideControl that is displayed as bottom side panel control.
[Bindable(true)]
public LayoutAnchorSideControl BottomSidePanel { get; set; }
Property Value
DocumentContextMenu
Gets/sets the ContextMenu to show for a document.
[Bindable(true)]
public ContextMenu DocumentContextMenu { get; set; }
Property Value
DocumentHeaderTemplate
Gets/sets the DataTemplate to use for document headers.
[Bindable(true)]
public DataTemplate DocumentHeaderTemplate { get; set; }
Property Value
DocumentHeaderTemplateSelector
Gets /sets the DataTemplateSelector that can be used for selecting a DataTemplate for a document header.
[Bindable(true)]
public DataTemplateSelector DocumentHeaderTemplateSelector { get; set; }
Property Value
DocumentPaneControlStyle
Gets/sets the style of a LayoutDocumentPaneControl.
[Bindable(true)]
public Style DocumentPaneControlStyle { get; set; }
Property Value
DocumentPaneMenuItemHeaderTemplate
Gets/sets the DataTemplate for the header to display menu dropdown items on a document pane.
[Bindable(true)]
public DataTemplate DocumentPaneMenuItemHeaderTemplate { get; set; }
Property Value
DocumentPaneMenuItemHeaderTemplateSelector
Gets/sets the DataTemplateSelector to select a DataTemplate for the menu items shown when user selects the LayoutDocumentPaneControl context menu switch.
[Bindable(true)]
public DataTemplateSelector DocumentPaneMenuItemHeaderTemplateSelector { get; set; }
Property Value
DocumentPaneTemplate
Gets/sets the ControlTemplate that can be used to render the LayoutDocumentPaneControl.
[Bindable(true)]
public ControlTemplate DocumentPaneTemplate { get; set; }
Property Value
DocumentTitleTemplate
Gets/sets the DataTemplate to use for displaying the title of a document.
[Bindable(true)]
public DataTemplate DocumentTitleTemplate { get; set; }
Property Value
DocumentTitleTemplateSelector
Gets/sets the DataTemplateSelector to use for displaying the DataTemplate of a document's title.
[Bindable(true)]
public DataTemplateSelector DocumentTitleTemplateSelector { get; set; }
Property Value
DocumentsSource
Gets/sets the source collection of LayoutDocument objects.
[Bindable(true)]
public IEnumerable DocumentsSource { get; set; }
Property Value
FloatingWindows
Enumerates all LayoutFloatingWindowControls managed by this framework.
[Bindable(false)]
public IEnumerable<LayoutFloatingWindowControl> FloatingWindows { get; }
Property Value
GridSplitterHeight
Gets/sets the height of a grid splitter.
[Bindable(true)]
public double GridSplitterHeight { get; set; }
Property Value
GridSplitterHorizontalStyle
Gets or sets the GridSplitterHorizontalStyle property. This dependency property indicates the style to apply to the LayoutGridResizerControl when displayed horizontally.
public Style GridSplitterHorizontalStyle { get; set; }
Property Value
GridSplitterVerticalStyle
Gets or sets the GridSplitterVerticalStyle property. This dependency property indicates the style to apply to the LayoutGridResizerControl when displayed vertically.
public Style GridSplitterVerticalStyle { get; set; }
Property Value
GridSplitterWidth
Gets/sets the width of a grid splitter.
[Bindable(true)]
public double GridSplitterWidth { get; set; }
Property Value
IconContentTemplate
Gets/sets the DataTemplate to use on the icon extracted from the layout model.
[Bindable(true)]
public DataTemplate IconContentTemplate { get; set; }
Property Value
IconContentTemplateSelector
Gets/sets the DataTemplateSelector to select a DataTemplate for a content icon.
[Bindable(true)]
public DataTemplateSelector IconContentTemplateSelector { get; set; }
Property Value
IsVirtualizingAnchorable
Gets/sets (a simple non-dependency property) to determine whether the LayoutAnchorablePaneControl is virtualizing its tabbed item child controls or not.
[Bindable(false)]
public bool IsVirtualizingAnchorable { get; set; }
Property Value
IsVirtualizingDocument
Gets/sets (a simple non-dependency property) to determine whether the LayoutDocumentPaneControl is virtualizing its tabbed item child controls or not.
[Bindable(false)]
public bool IsVirtualizingDocument { get; set; }
Property Value
Layout
Gets/sets the layout root of the layout tree managed in this framework.
[Bindable(true)]
public LayoutRoot Layout { get; set; }
Property Value
LayoutItemContainerStyle
Gets/sets the Style to apply to a LayoutDocumentItem object.
[Bindable(true)]
public Style LayoutItemContainerStyle { get; set; }
Property Value
LayoutItemContainerStyleSelector
Gets/sets the StyleSelector to select the Style for a LayoutDocumentItem.
[Bindable(true)]
public StyleSelector LayoutItemContainerStyleSelector { get; set; }
Property Value
LayoutItemTemplate
Gets/sets the DataTemplate used to render anchorable and document content.
[Bindable(true)]
public DataTemplate LayoutItemTemplate { get; set; }
Property Value
LayoutItemTemplateSelector
Gets/sets the DataTemplateSelector to select a DataTemplate of an anchorable.
[Bindable(true)]
public DataTemplateSelector LayoutItemTemplateSelector { get; set; }
Property Value
LayoutRootPanel
Gets/sets the layout LayoutPanelControl which is attached to the Layout.Root property.
[Bindable(true)]
public LayoutPanelControl LayoutRootPanel { get; set; }
Property Value
LayoutUpdateStrategy
Gets/sets the layout strategy class that can be to called by the framework when it needs to position a LayoutAnchorable inside an existing layout.
[Bindable(true)]
public ILayoutUpdateStrategy LayoutUpdateStrategy { get; set; }
Property Value
Remarks
Sometimes it's impossible to automatically insert an anchorable in the layout without specifing the target parent pane. Set this property to an object that will be asked to insert the anchorable to the desidered position.
LeftSidePanel
Gets/sets the LayoutAnchorSideControl that is displayed as left side panel control.
[Bindable(true)]
public LayoutAnchorSideControl LeftSidePanel { get; set; }
Property Value
LogicalChildren
Gets an enumerator for logical child elements of this element.
protected override IEnumerator LogicalChildren { get; }
Property Value
- IEnumerator
An enumerator for logical child elements of this element.
LogicalChildrenPublic
public IEnumerator LogicalChildrenPublic { get; }
Property Value
RightSidePanel
Gets/sets the LayoutAnchorSideControl that is displayed as right side panel control.
[Bindable(true)]
public LayoutAnchorSideControl RightSidePanel { get; set; }
Property Value
ShowSystemMenu
Gets/sets whether floating windows should show the system menu when a custom context menu is not defined.
[Bindable(true)]
public bool ShowSystemMenu { get; set; }
Property Value
Theme
Gets/sets the Theme to be used for the controls in this framework.
[Bindable(true)]
public Theme Theme { get; set; }
Property Value
TopSidePanel
Gets/sets the LayoutAnchorSideControl that is displayed as top side panel control.
[Bindable(true)]
public LayoutAnchorSideControl TopSidePanel { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a Control object.
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
arrangeBounds
SizeThe computed size that is used to arrange the content.
Returns
- Size
The size of the control.
CreateFloatingWindow(LayoutContent, bool)
public LayoutFloatingWindowControl CreateFloatingWindow(LayoutContent contentModel, bool isContentImmutable)
Parameters
contentModel
LayoutContentisContentImmutable
bool
Returns
GetLayoutItemFromModel(LayoutContent)
Return the LayoutItem wrapper for the content passed as argument.
public LayoutItem GetLayoutItemFromModel(LayoutContent content)
Parameters
content
LayoutContentLayoutContent to search
Returns
- LayoutItem
Either a LayoutAnchorableItem or LayoutDocumentItem which contains the LayoutContent passed as argument.
OnActiveContentChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the ActiveContent property.
protected virtual void OnActiveContentChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnAnchorableHeaderTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AnchorableHeaderTemplate property.
protected virtual void OnAnchorableHeaderTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnAnchorableHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AnchorableHeaderTemplateSelector property.
protected virtual void OnAnchorableHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnAnchorablePaneControlStyleChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AnchorablePaneControlStyle property.
protected virtual void OnAnchorablePaneControlStyleChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnAnchorablePaneTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AnchorablePaneTemplate property.
protected virtual void OnAnchorablePaneTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnAnchorableTitleTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AnchorableTitleTemplate property.
protected virtual void OnAnchorableTitleTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnAnchorableTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AnchorableTitleTemplateSelector property.
protected virtual void OnAnchorableTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnAnchorablesSourceChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AnchorablesSource property.
protected virtual void OnAnchorablesSourceChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnAutoHideWindowChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the AutoHideWindow property.
protected virtual void OnAutoHideWindowChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnBottomSidePanelChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the BottomSidePanel property.
protected virtual void OnBottomSidePanelChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentHeaderTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentHeaderTemplate property.
protected virtual void OnDocumentHeaderTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentHeaderTemplateSelector property.
protected virtual void OnDocumentHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentPaneControlStyleChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentPaneControlStyle property.
protected virtual void OnDocumentPaneControlStyleChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentPaneMenuItemHeaderTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentPaneMenuItemHeaderTemplate property.
protected virtual void OnDocumentPaneMenuItemHeaderTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentPaneMenuItemHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentPaneMenuItemHeaderTemplateSelector property.
protected virtual void OnDocumentPaneMenuItemHeaderTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentPaneTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentPaneTemplate property.
protected virtual void OnDocumentPaneTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentTitleTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentTitleTemplate property.
protected virtual void OnDocumentTitleTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentTitleTemplateSelector property.
protected virtual void OnDocumentTitleTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDocumentsSourceChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DocumentsSource property.
protected virtual void OnDocumentsSourceChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnLayoutChanged(LayoutRoot, LayoutRoot)
Provides derived classes an opportunity to handle changes to the Layout property.
protected virtual void OnLayoutChanged(LayoutRoot oldLayout, LayoutRoot newLayout)
Parameters
oldLayout
LayoutRootnewLayout
LayoutRoot
OnLayoutItemContainerStyleChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the LayoutItemContainerStyle property.
protected virtual void OnLayoutItemContainerStyleChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnLayoutItemContainerStyleSelectorChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the LayoutItemContainerStyleSelector property.
protected virtual void OnLayoutItemContainerStyleSelectorChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnLayoutItemTemplateChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the LayoutItemTemplate property.
protected virtual void OnLayoutItemTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnLayoutItemTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the LayoutItemTemplateSelector property.
protected virtual void OnLayoutItemTemplateSelectorChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnLayoutRootPanelChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the LayoutRootPanel property.
protected virtual void OnLayoutRootPanelChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnLeftSidePanelChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the LeftSidePanel property.
protected virtual void OnLeftSidePanelChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnPreviewKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnPreviewKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgsThe KeyEventArgs that contains the event data.
OnRightSidePanelChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the RightSidePanel property.
protected virtual void OnRightSidePanelChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnThemeChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the Theme property.
protected virtual void OnThemeChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnTopSidePanelChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the TopSidePanel property.
protected virtual void OnTopSidePanelChanged(DependencyPropertyChangedEventArgs e)
Parameters
SetAutoHideWindow(LayoutAutoHideWindowControl)
Provides a secure method for setting the AutoHideWindow property. This dependency property indicates the currently shown autohide window.
protected void SetAutoHideWindow(LayoutAutoHideWindowControl value)
Parameters
value
LayoutAutoHideWindowControlThe new value for the property.
Events
ActiveContentChanged
Event is raised when ActiveContent changes.
public event EventHandler ActiveContentChanged
Event Type
- See Also
AnchorableClosed
Event fired after an anchorable is closed
public event EventHandler<AnchorableClosedEventArgs> AnchorableClosed
Event Type
AnchorableClosing
Event fired when an anchorable is about to be closed.
public event EventHandler<AnchorableClosingEventArgs> AnchorableClosing
Event Type
Remarks
Subscribers have the opportuniy to cancel the operation.
AnchorableHidden
Event fired after an anchorable is hidden
public event EventHandler<AnchorableHiddenEventArgs> AnchorableHidden
Event Type
AnchorableHiding
Event fired when an anchorable is about to be hidden.
public event EventHandler<AnchorableHidingEventArgs> AnchorableHiding
Event Type
Remarks
Subscribers have the opportuniy to cancel the operation.
DocumentClosed
Event fired after a document is closed.
public event EventHandler<DocumentClosedEventArgs> DocumentClosed
Event Type
DocumentClosing
Event fired when a document is about to be closed.
public event EventHandler<DocumentClosingEventArgs> DocumentClosing
Event Type
Remarks
Subscribers have the opportunity to cancel the operation.
LayoutChanged
Event fired when Layout property changes.
public event EventHandler LayoutChanged
Event Type
- See Also
LayoutChanging
Event fired when Layout property is about to be changed.
public event EventHandler LayoutChanging
Event Type
- See Also
LayoutFloatingWindowControlClosed
Event is raised when LayoutFloatingWindowControl closed
public event EventHandler<LayoutFloatingWindowControlClosedEventArgs> LayoutFloatingWindowControlClosed
Event Type
LayoutFloatingWindowControlCreated
Event is raised when LayoutFloatingWindowControl created
public event EventHandler<LayoutFloatingWindowControlCreatedEventArgs> LayoutFloatingWindowControlCreated