RadControls for WPF

Initializes a new instance of the SelectionChangingEventArgs class.

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

Syntax

C#
public class SelectionChangingEventArgs : CancelRoutedEventArgs
Visual Basic
Public Class SelectionChangingEventArgs _
	Inherits CancelRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls..::..CancelRoutedEventArgs
          Telerik.Windows.Controls..::..SelectionChangingEventArgs

See Also