RadControls for Silverlight

Provides data for the SelectionChanged and PreviewSelectionChanged 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 class RadSelectionChangedEventArgs : SelectionChangedEventArgs
Visual Basic
Public Class RadSelectionChangedEventArgs _
	Inherits SelectionChangedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls..::..SelectionChangedEventArgs
          Telerik.Windows.Controls..::..RadSelectionChangedEventArgs

See Also