TextChangedEventArgs Class

Provides data for the MainClass.TextChanged event.
Public Class TextChangedEventArgs 
Inherits EventArgs
This language is not supported or no code example is available.
public class TextChangedEventArgs : EventArgs
This language is not supported or no code example is available.
type TextChangedEventArgs = class  
inherit EventArgs 
end
This language is not supported or no code example is available.
public ref class TextChangedEventArgs : public EventArgs^
This language is not supported or no code example is available.
public class TextChangedEventArgs 
extends EventArgs
This language is not supported or no code example is available.
Name Description
Internal (Friend) constructor TextChangedEventArgs(string, string) Initializes a new instance of the TextChangedEventArgs class.
Top
Name Description
Public property NewValue Gets the new value of MainClass.Text property.
Public property OldValue Gets the old value of MainClass.Text property.
Top
SampleClassLibrary.TextChangedEventArgs

.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