Occurs when scrolling is deferred while the user drags a scrollbar thumb.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public event EventHandler<CellRangeEventArgs> ScrollingDeferred
Visual Basic
Public Event ScrollingDeferred As EventHandler(Of CellRangeEventArgs)

Remarks

Deferred scrolling is enabled by the DeferScrolling property. It may improve the perceived performance of the grid by updating it only when the user releases the scrollbar thumb.

See Also