menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutocompleteValueChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutocompleteValueChangedEventArgs

    Provides event data for the Autocomplete ValueChanged event.

    Inheritance
    System.Object
    AutocompleteValueChangedEventArgs
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public class AutocompleteValueChangedEventArgs : EventArgs

    Constructors

    AutocompleteValueChangedEventArgs()

    Declaration
    public AutocompleteValueChangedEventArgs()

    Properties

    NewValue

    Gets the new value after the change.

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

    The new value of the item.

    OldValue

    Gets the previous value before the change.

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

    The old value of the item.

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