alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TransferManagerEventArgs

    Represents the TransferManagerEventArgs class inherited from the event args

    Inheritance
    System.Object
    TransferManagerEventArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TransferManagerEventArgs : EventArgs

    Constructors

    TransferManagerEventArgs()

    Declaration
    public TransferManagerEventArgs()

    Properties

    PreviousManager

    Gets or sets the previous manager.

    Declaration
    public DockingManager PreviousManager { get; set; }
    Property Value
    Type Description
    DockingManager

    The previous manager.

    TargetElement

    Gets or sets the target element.

    Declaration
    public FrameworkElement TargetElement { get; set; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The target element.

    TargetManager

    Gets or sets the target manager.

    Declaration
    public DockingManager TargetManager { get; set; }
    Property Value
    Type Description
    DockingManager

    The target manager.

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