Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxChangedEventArgs Class
Members

In This Topic
    TextBoxChangedEventArgs Class
    In This Topic
    Contains information about the C1TextBox.TextChanged.
    Syntax
    'Declaration
     
    
    Public Class TextBoxChangedEventArgs 
       Inherits C1.Blazor.Core.AsyncEventArgs
    public class TextBoxChangedEventArgs : C1.Blazor.Core.AsyncEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Blazor.Core.AsyncEventArgs
             C1.Blazor.Input.TextBoxChangedEventArgs

    See Also