Click or drag to resize
TextBoxOnTextChanged Method
Raises the TextChanged event

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnTextChanged(
	TextChangedEventArgs eventArgs
)

Parameters

eventArgs
Type: Windows.UI.XamlTextChangedEventArgs
The arguments for the event.
See Also