RadControls for Silverlight

Represents the method that will handle the SelectionChanged routed event.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.1050

Syntax

C#
public delegate void SelectionChangedEventHandler(
	Object sender,
	SelectionChangedEventArgs e
)
Visual Basic
Public Delegate Sub SelectionChangedEventHandler ( _
	sender As Object, _
	e As SelectionChangedEventArgs _
)

See Also