Show / Hide Table of Contents

Class DockItemStateEventArgs

Provides data for DockItem state change events.

Inheritance
System.Object
System.EventArgs
DockItemStateEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public abstract class DockItemStateEventArgs : EventArgs

Properties

Name Description
DockControl

Gets the DockControl associated with the DockItem state change.

DockItem

Gets the DockItem.

NewDockPosition

Gets the dock position after state change.

NewDockTreePosition

Gets the dock tree position after state change.

NewIsAutoHide

Gets the value indicates whether the DockItem is in auto-hide mode after state change.

OldDockPosition

Gets the dock position before state change.

OldDockTreePosition

Gets the dock tree position before state change.

OldIsAutoHide

Gets the value indicates whether the DockItem is in auto-hide mode before state change.

ShowAction

Gets the show action for the state change.

ShowMethod

Gets the show method for the state change.

StateChangeMethod

Gets the state change method.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest