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

In This Topic
    FinishedTextChange Property (C1TextBox)
    In This Topic
    Gets or sets the callback called when the text changing is finished.
    Syntax
    'Declaration
     
    
    Public Property FinishedTextChange As EventCallback(Of String)
    public EventCallback<string> FinishedTextChange {get; set;}
    See Also