alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DiagramClickedEventArgs

    Provides data for the Clicked event.

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

    Constructors

    DiagramClickedEventArgs(SfDiagram)

    Initializes a new instance of the DiagramClickedEventArgs class.

    Declaration
    public DiagramClickedEventArgs(SfDiagram diagram)
    Parameters
    Type Name Description
    SfDiagram diagram

    the Diagram.

    Properties

    Item

    Gets or sets the current diagram instance.

    Declaration
    public SfDiagram Item { get; set; }
    Property Value
    Type Description
    SfDiagram

    The item.

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