Xamarin.iOS

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

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