C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / OnScrollPositionChanging Method
System.EventArgs that contains the event data.

In This Topic
OnScrollPositionChanging Method
In This Topic
Raises the ScrollPositionChanging event.
Syntax
'Declaration
 
Protected Overridable Sub OnScrollPositionChanging( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also