Represents a class that encapsulates information abount a value change of a scroll animation.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Primitives (in Telerik.Windows.Controls.Primitives.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public class ScrollOffsetChangedArgs : EventArgs |
| Visual Basic |
|---|
Public Class ScrollOffsetChangedArgs _
Inherits EventArgs |
| Visual C++ |
|---|
public ref class ScrollOffsetChangedArgs : public EventArgs |
Inheritance Hierarchy
See Also