WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockProviderShownEventArgs

    Show / Hide Table of Contents

    Class DockProviderShownEventArgs

    Represents arguments of DockPreviewOpening event args.

    Inheritance
    System.Object
    System.EventArgs
    DockProviderShownEventArgs
    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 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved