Class DockProviderShownEventArgs
Represents arguments of DockPreviewOpening event args.
Inheritance
System.Object
DockProviderShownEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DockProviderShownEventArgs : EventArgs
Constructors
DockProviderShownEventArgs()
Declaration
public DockProviderShownEventArgs()
Properties
SourceElement
Gets or sets the source element.
Declaration
public FrameworkElement SourceElement { get; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement | The source element. |
TargetElement
Gets or sets the target element.
Declaration
public FrameworkElement TargetElement { get; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement | The target element. |
TargetState
Gets or sets the state of the present.
Declaration
public DockState TargetState { get; }
Property Value
Type | Description |
---|---|
DockState | The state of the present. |