Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDoubleTappedEventArgs - Xamarin.iOS API Reference | Syncfusion ItemDoubleTapped event. ">

    Show / Hide Table of Contents

    Class ItemDoubleTappedEventArgs

    Provides data for the ItemDoubleTapped event.

    Inheritance
    System.Object
    ItemDoubleTappedEventArgs
    Namespace: Syncfusion.iOS.TreeView
    Assembly: Syncfusion.SfTreeView.iOS.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 to handle the event or not.

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

    Node

    Gets the data object associated with 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 CGPoint Position { get; }
    Property Value
    Type Description
    CoreGraphics.CGPoint

    It represents the touch position at the double tapped item.

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