menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class OtpInputValueChangedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OtpInputValueChangedEventArgs

    Provides event data for the ValueChanged event.

    Inheritance
    System.Object
    OtpInputValueChangedEventArgs
    Namespace: Syncfusion.Maui.Toolkit.OtpInput
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class OtpInputValueChangedEventArgs : Object

    Properties

    NewValue

    Gets or sets a new value when the OtpInput’s value is changed.

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

    OldValue

    Gets or sets an old value when the OtpInput’s value is changed.

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