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

e
Called before a row is resized

Syntax

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

Parameters

e

See Also