menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TextChangedEventArgs

    Event args for Text changes. Provides the new text when it is changed.

    Inheritance
    System.Object
    TextChangedEventArgs
    Namespace: Syncfusion.XForms.RichTextEditor
    Assembly: Syncfusion.SfRichTextEditor.XForms.dll
    Syntax
    public class TextChangedEventArgs : EventArgs

    Constructors

    TextChangedEventArgs(String)

    Initializes a new instance of the TextChangedEventArgs class.

    Declaration
    public TextChangedEventArgs(string text)
    Parameters
    Type Name Description
    System.String text

    New text.

    Properties

    Text

    Gets or sets the text property.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved