menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemTappedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemTappedEventArgs

    Provides data for the ItemTapped event.

    Inheritance
    System.Object
    ItemTappedEventArgs
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public class ItemTappedEventArgs : EventArgs

    Constructors

    ItemTappedEventArgs()

    Initializes a new instance of the ItemTappedEventArgs class.

    Declaration
    public ItemTappedEventArgs()

    Properties

    Handled

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

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

    Node

    Gets the data object associated with at the 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 tapped position.

    Declaration
    public Point Position { get; }
    Property Value
    Type Description
    Xamarin.Forms.Point

    It represents the touch position at the tapped item.

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