C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox Class / TextChanged Property

In This Topic
TextChanged Property (C1MaskedTextBox)
In This Topic
Gets or sets the callback called when the text changed.
Syntax
'Declaration
 
Public Property TextChanged As EventCallback(Of String)
 
Remarks
This event is used by Blazor to allow setting @bind-Text
See Also