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

e
Called before a column region is moved

Syntax

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

Parameters

e

See Also