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

In This Topic
    OnMaskFormatChanged Property
    In This Topic
    /// Occurs when consistent content that conforms to the MaskFormat changes. Gets or sets the callback called when the MaskFormat is changed.
    Syntax
    'Declaration
     
    
    Public Property OnMaskFormatChanged As EventCallback(Of MaskFormatChangedEventArgs)
    public EventCallback<MaskFormatChangedEventArgs> OnMaskFormatChanged {get; set;}
    See Also