Class PreviewDockHintsEventArgs
Provides data to the PreviewDockHints event of the DockingManager control.
Inheritance
System.Object
System.EventArgs
PreviewDockHintsEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class PreviewDockHintsEventArgs : EventArgs
Constructors
PreviewDockHintsEventArgs()
Declaration
public PreviewDockHintsEventArgs()
Properties
DockAbility
Gets or sets the DockAbility, to hide dock hints on target window, when mouse is over it.
Declaration
public DockAbility DockAbility { get; set; }
Property Value
| Type | Description |
|---|---|
| DockAbility | The dock ability. |
DraggingSource
Gets the dragging element of DockingManager that raises the PreviewDockHints event.
Declaration
public FrameworkElement DraggingSource { get; }
Property Value
| Type | Description |
|---|---|
| System.Windows.FrameworkElement | The dragging element of DockingManager. |
DraggingTarget
Gets the target element to which the DraggingSource is trying to dock.
Declaration
public FrameworkElement DraggingTarget { get; }
Property Value
| Type | Description |
|---|---|
| System.Windows.FrameworkElement | The target of the dragging element. |
OuterDockAbility
Gets or sets the OuterDockAbility, to hide dock hints on edges of DockingManager.
Declaration
public OuterDockAbility OuterDockAbility { get; set; }
Property Value
| Type | Description |
|---|---|
| OuterDockAbility | The outer dock ability. |