[]
        
(Showing Draft Content)

C1.Blazor.Input.C1MaskedTextBox.OnMaskFormatChanged

OnMaskFormatChanged Property

OnMaskFormatChanged

/// Occurs when consistent content that conforms to the MaskFormat changes. Gets or sets the callback called when the MaskFormat is changed.

Declaration
[Parameter]
public EventCallback<MaskFormatChangedEventArgs> OnMaskFormatChanged { get; set; }