RadControls for Silverlight

Describes a change in the scrolling state and contains the required arguments for a ScrollChanged event.

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

Syntax

C#
public class ScrollChangedEventArgs : RadRoutedEventArgs
Visual Basic
Public Class ScrollChangedEventArgs _
	Inherits RadRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls.GridView..::..ScrollChangedEventArgs

See Also