[]
        
(Showing Draft Content)

C1.Blazor.Input.C1MaskedTextBox.OnTextPropertyChanged

OnTextPropertyChanged Method

OnTextPropertyChanged(string, string)

custom handling the text changed.

Declaration
protected override void OnTextPropertyChanged(string oldText, string newText)
Parameters
Type Name Description
string oldText
string newText
Overrides