menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorClickedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectorClickedEventArgs

    Provides data for the ConnectorClicked event.

    Inheritance
    System.Object
    ConnectorClickedEventArgs
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class ConnectorClickedEventArgs : Object

    Constructors

    ConnectorClickedEventArgs(Connector)

    Initializes a new instance of the ConnectorClickedEventArgs class.

    Declaration
    public ConnectorClickedEventArgs(Connector item)
    Parameters
    Type Name Description
    Connector item

    item value.

    Properties

    Item

    Gets the item.

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

    The item.

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