[]
        
(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)
Protected Overrides Sub OnTextPropertyChanged(oldText As String, newText As String)
Parameters
Type Name Description
string oldText
string newText
Overrides