BCGControlBar Library for .NET
CalcExpandBoxRect Event




Raised when Grid control needs to calculate bounding rectangle of expand box.
Syntax
'Declaration
 
Public Event CalcExpandBoxRect As GridCalcExpandBoxRectEventHandler
'Usage
 
Dim instance As GridControl
Dim handler As GridCalcExpandBoxRectEventHandler
 
AddHandler instance.CalcExpandBoxRect, handler
public event GridCalcExpandBoxRectEventHandler CalcExpandBoxRect
public: __event GridCalcExpandBoxRectEventHandler* CalcExpandBoxRect
public:
event GridCalcExpandBoxRectEventHandler^ CalcExpandBoxRect
Event Data

The event handler receives an argument of type GridCalcExpandBoxRectEventArgs containing data related to this event. The following GridCalcExpandBoxRectEventArgs properties provide information specific to this event.

PropertyDescription
ExpandBoxRect  
GridCell (Inherited from BCGSoft.Controls.Grid.CellEventArgs)Gets the Cell for which the event is raised.
Handled (Inherited from System.ComponentModel.HandledEventArgs) 
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

GridControl Class
GridControl Members

Send Feedback