alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TextChangedEventArgs

    Text changed event arguments.

    Inheritance
    System.Object
    TextChangedEventArgs
    Namespace: Syncfusion.Maui.SmartComponents
    Assembly: Syncfusion.Maui.SmartComponents.dll
    Syntax
    public class TextChangedEventArgs : EventArgs

    Constructors

    TextChangedEventArgs()

    Declaration
    public TextChangedEventArgs()

    Properties

    NewTextValue

    Gets the new text.

    Declaration
    public string NewTextValue { get; }
    Property Value
    Type
    System.String

    OldTextValue

    Gets the previous text.

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