ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputMask Class / OnTextChanged Method
Event arguments.

In This Topic
    OnTextChanged Method (C1InputMask)
    In This Topic
    Raise the TextChanged event.
    Syntax
    'Declaration
     
    Public Overridable Sub OnTextChanged( _
       ByVal args As System.EventArgs _
    ) 
    public virtual void OnTextChanged( 
       System.EventArgs args
    )

    Parameters

    args
    Event arguments.
    See Also