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

e
Called after a row has collapsed

Syntax

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

Parameters

e

See Also