BCGControlBar Library for .NET
RaiseGridLayoutChanged Method




Grid that caused this event. Can be null.
Specifies that grids, which handle this event should only refresh (redraw) themselves.
Specifies that grids, which handle this event should reset cached row data such us total row height, recalculate scroll values etc.
Raises the GridLayoutChanged event.
Syntax
'Declaration
 
Public Overridable Sub RaiseGridLayoutChanged( _
   ByVal grid As GridControl, _
   ByVal refreshOnly As Boolean, _
   ByVal resetRowCachedData As Boolean _
) 
'Usage
 
Dim instance As GridData
Dim grid As GridControl
Dim refreshOnly As Boolean
Dim resetRowCachedData As Boolean
 
instance.RaiseGridLayoutChanged(grid, refreshOnly, resetRowCachedData)
public virtual void RaiseGridLayoutChanged( 
   GridControl grid,
   bool refreshOnly,
   bool resetRowCachedData
)
public: virtual void RaiseGridLayoutChanged( 
   GridControl* grid,
   bool refreshOnly,
   bool resetRowCachedData
) 
public:
virtual void RaiseGridLayoutChanged( 
   GridControl^ grid,
   bool refreshOnly,
   bool resetRowCachedData
) 

Parameters

grid
Grid that caused this event. Can be null.
refreshOnly
Specifies that grids, which handle this event should only refresh (redraw) themselves.
resetRowCachedData
Specifies that grids, which handle this event should reset cached row data such us total row height, recalculate scroll values etc.
Remarks
This method is called to synchronize grids that working with the same data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridData Class
GridData Members

Send Feedback