Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / TextChangedEventArgs Class
Members


In This Topic
    TextChangedEventArgs Class
    In This Topic
    Event information for C1ComboBox.TextChanged event.
    Syntax
    'Declaration
     
    
    Public Class TextChangedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As TextChangedEventArgs
    public class TextChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Xamarin.Forms.Input.TextChangedEventArgs

    See Also