Xamarin.iOS

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

    Show / Hide Table of Contents

    Class NodeClickedEventArgs

    Provides data for the NodeClicked event.

    Inheritance
    System.Object
    NodeClickedEventArgs
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class NodeClickedEventArgs : Object

    Constructors

    NodeClickedEventArgs(Node)

    Initializes a new instance of the NodeClickedEventArgs class.

    Declaration
    public NodeClickedEventArgs(Node item)
    Parameters
    Type Name Description
    Node item

    The node instance which is clicked.

    Properties

    Item

    Gets returns the node instance which is clicked.

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

    The item.

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