Click or drag to resize
TextChangedEventHandler Delegate
Represents the method that will handle the TextChanged event.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public delegate void TextChangedEventHandler(
	Object sender,
	TextChangedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Windows.UI.XamlTextChangedEventArgs
See Also