alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    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 - 2025 Syncfusion Inc. All Rights Reserved