MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / TextEditedEventArgs Class / TextEditedEventArgs Constructor
The current text.

In This Topic
    TextEditedEventArgs Constructor
    In This Topic
    Creates an instance of the TextEditedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public TextEditedEventArgs( 
       string text
    )

    Parameters

    text
    The current text.
    See Also