Xamarin.iOS

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

    Show / Hide Table of Contents

    Class OnTextEditEventArgs

    Provides data for the OnTextEdit event.

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

    Constructors

    OnTextEditEventArgs(Annotation, DiagramBaseItem)

    Initializes a new instance of the OnTextEditEventArgs class.

    Declaration
    public OnTextEditEventArgs(Annotation annotation, DiagramBaseItem element)
    Parameters
    Type Name Description
    Annotation annotation

    Annotation where the text is edited.

    DiagramBaseItem element

    Diagram element where this annotation resides.

    Properties

    Item

    Gets item.

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

    The item.

    Source

    Gets the Diagram element where this annotation resides.

    Declaration
    public DiagramBaseItem Source { get; }
    Property Value
    Type Description
    DiagramBaseItem

    The source.

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