Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / TextChanged Property

In This Topic
    TextChanged Property (C1TextBox)
    In This Topic
    Gets or sets the callback called when the text changed.
    Syntax
    'Declaration
     
    
    Public Property TextChanged As EventCallback(Of String)
    public EventCallback<string> TextChanged {get; set;}
    Remarks
    This event is used by Blazor to allow setting @bind-Text
    See Also