Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox Class / OnMaskInputRejected Property

In This Topic
    OnMaskInputRejected Property
    In This Topic
    Gets or sets the callback called when the text changing is finished.
    Syntax
    'Declaration
     
    
    Public Property OnMaskInputRejected As EventCallback(Of MaskInputRejectedEventArgs)
    public EventCallback<MaskInputRejectedEventArgs> OnMaskInputRejected {get; set;}
    See Also