Class OtpFocusOutEventArgs
Provides data for the OnBlur event when an input field loses focus.
Inherited Members
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()