TextChangedEventArgs Constructor

Initializes a new instance of the TextChangedEventArgs class.
Friend Sub New( _ 
ByVal oldVal As String, _ 
ByVal newVal As String
)
This language is not supported or no code example is available.
internal TextChangedEventArgs( 
string oldVal
string newVal 
)
This language is not supported or no code example is available.
internal new :  
oldVal:string
newVal:string 
-> unit
This language is not supported or no code example is available.
public private:  
TextChangedEventArgs( 
String^ oldVal
String^ newVal 
)
This language is not supported or no code example is available.
internal function TextChangedEventArgs( 
oldVal : String
newVal : String 
);
This language is not supported or no code example is available.

Parameters

oldVal
string

The old value of MainClass.Text property.

newVal
string

The new value of MainClass.Text property.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Core

Supported in: 1.0, 1.1, 2.0

.NET Standard

Supported in: 2.0

Xamarin.Android

Supported in: 7.1

Portable Class Library

Supported in: Portable Class Library

In this article

Definition