menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OtpFocusOutEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OtpFocusOutEventArgs

    Provides data for the OnBlur event when an input field loses focus.

    Inheritance
    System.Object
    OtpFocusInEventArgs
    OtpFocusOutEventArgs
    Inherited Members
    OtpFocusInEventArgs.Index
    OtpFocusInEventArgs.IsInteracted
    OtpFocusInEventArgs.Value
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OtpFocusOutEventArgs : OtpFocusInEventArgs
    Remarks

    This class inherits all properties from OtpFocusInEventArgs and provides the same information context for blur events. It contains details about which field lost focus, the current component value, and whether the blur was initiated by user interaction.

    Constructors

    OtpFocusOutEventArgs()

    Declaration
    public OtpFocusOutEventArgs()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved