menu

WPF

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

    Show / Hide Table of Contents

    Class ItemHoldingEventArgs

    Provides data for the ItemHolding event.

    Inheritance
    System.Object
    System.EventArgs
    ItemHoldingEventArgs
    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.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class ItemHoldingEventArgs : EventArgs

    Constructors

    ItemHoldingEventArgs()

    Initializes a new instance of the ItemHoldingEventArgs class.

    Declaration
    public ItemHoldingEventArgs()

    Properties

    Node

    Gets the data object associated with TreeViewItem at the long pressed position.

    Declaration
    public TreeViewNode Node { get; }
    Property Value
    Type Description
    TreeViewNode

    An object that represents the item at the long pressed position.

    Position

    Gets the touch position at the long pressed position.

    Declaration
    public Point Position { get; }
    Property Value
    Type Description
    System.Windows.Point

    An object that represents the touch position at the long pressed item.

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