Click or drag to resize
SelectionChangedEventHandler Delegate
Represents the method that will handle the SelectionChanged event.

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

Parameters

sender
Type: SystemObject
e
Type: Windows.UI.Xaml.ControlsSelectionChangedEventArgs
See Also