menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TakeDragItemEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TakeDragItemEventArgs

    Presents event args for TakeDragItem handler.

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

    Constructors

    TakeDragItemEventArgs(TabItemExt)

    Initializes a new instance of the TakeDragItemEventArgs class.

    Declaration
    public TakeDragItemEventArgs(TabItemExt tabItemExt)
    Parameters
    Type Name Description
    TabItemExt tabItemExt

    The tab item.

    Properties

    DragedItem

    Gets or sets the dragged item.

    Declaration
    public TabItemExt DragedItem { get; set; }
    Property Value
    Type Description
    TabItemExt

    The dragged item.

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