menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDoubleTappedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemDoubleTappedEventArgs

    Provides data for the ItemDoubleTapped event.

    Inheritance
    System.Object
    ItemDoubleTappedEventArgs
    Namespace: Syncfusion.Maui.TreeView
    Assembly: Syncfusion.Maui.TreeView.dll
    Syntax
    public class ItemDoubleTappedEventArgs : EventArgs

    Constructors

    ItemDoubleTappedEventArgs()

    Initializes a new instance of the ItemDoubleTappedEventArgs class.

    Declaration
    public ItemDoubleTappedEventArgs()

    Properties

    Handled

    Gets or sets a value indicating whether or not to handle the event.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Node

    Gets the data object associated with the TreeViewItem at the double tapped position.

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

    An object that represents the item at the tapped position.

    Position

    Gets the touch position at the double tapped position.

    Declaration
    public Point Position { get; }
    Property Value
    Type Description
    Microsoft.Maui.Graphics.Point

    It represents the touch position at the double tapped item.

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