RadControls for Silverlight

Represents the method that will handle the SelectionChanged and PreviewSelectionChanged routed events of RadTabControl.

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

Syntax

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

See Also