Class DockStateChangingEventArgs
Inheritance
System.Object
DockStateChangingEventArgs
Assembly: Syncfusion.Tools.Wpf.dll
public class DockStateChangingEventArgs : EventArgs
Constructors
Declaration
public DockStateChangingEventArgs()
Properties
Declaration
public bool Cancel { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if cancel; otherwise, false
|
Declaration
public DockState PresentState { get; }
Property Value
Declaration
public FrameworkElement SourceElement { get; }
Property Value
Type |
System.Windows.FrameworkElement |
Declaration
public FrameworkElement TargetElement { get; }
Property Value
Type |
System.Windows.FrameworkElement |
Declaration
public DockSide TargetSide { get; }
Property Value
Declaration
public DockState TargetState { get; }
Property Value