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

e
Called before a row is deactivated

Syntax

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

Parameters

e

See Also