public TextChangedEventArgs( string oldText, string newText )
'Declaration Public Function New( _ ByVal oldText As String, _ ByVal newText As String _ )
'Declaration
Public Function New( _ ByVal oldText As String, _ ByVal newText As String _ )
'Usage Dim oldText As String Dim newText As String Dim instance As New TextChangedEventArgs(oldText, newText)
'Usage
Dim oldText As String Dim newText As String Dim instance As New TextChangedEventArgs(oldText, newText)
TextChangedEventArgs Class TextChangedEventArgs Members