Click or drag to resize
SelectorOnSelectionChanged Method
Raises the TextChanged event

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

Parameters

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