Class DockStateChangingEventArgs
Inheritance
System.Object
System.EventArgs
DockStateChangingEventArgs
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: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DockStateChangingEventArgs : EventArgs
Constructors
DockStateChangingEventArgs()
Declaration
public DockStateChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether this DockStateChangingEventArgs is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Default value is false
PresentState
Declaration
public DockState PresentState { get; }
Property Value
Type | Description |
---|---|
DockState |
SourceElement
Declaration
public FrameworkElement SourceElement { get; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement |
TargetElement
Declaration
public FrameworkElement TargetElement { get; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement |
TargetSide
Declaration
public DockSide TargetSide { get; }
Property Value
Type | Description |
---|---|
DockSide |
TargetState
Declaration
public DockState TargetState { get; }
Property Value
Type | Description |
---|---|
DockState |