menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class OnTextEditEventArgs

    Provides data for the OnTextEdit event.

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

    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
    DiagramBaseItem element

    Element.

    Properties

    Item

    Gets the item of the annotation.

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

    The item.

    Source

    Gets the source.

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

    The source.

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