Infragistics(R) NetAdvantage(R) Windows Forms
OnAfterRowRegionScroll Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGrid Class : OnAfterRowRegionScroll Method

e
Called after row region is scrolled

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnAfterRowRegionScroll( _
   ByVal e As RowScrollRegionEventArgs _
) 
C# 
protected virtual void OnAfterRowRegionScroll( 
   RowScrollRegionEventArgs e
)

Parameters

e

See Also