BCGControlBar Library for .NET
ColumnDividerDoubleClick Event




Raised when user double clicks column divider.
Syntax
'Declaration
 
Public Event ColumnDividerDoubleClick As GridColumnDividerDoubleClickEventHandller
'Usage
 
Dim instance As GridControl
Dim handler As GridColumnDividerDoubleClickEventHandller
 
AddHandler instance.ColumnDividerDoubleClick, handler
public event GridColumnDividerDoubleClickEventHandller ColumnDividerDoubleClick
public: __event GridColumnDividerDoubleClickEventHandller* ColumnDividerDoubleClick
public:
event GridColumnDividerDoubleClickEventHandller^ ColumnDividerDoubleClick
Event Data

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

PropertyDescription
Button (Inherited from System.Windows.Forms.MouseEventArgs)Gets which mouse button was pressed.
Clicks (Inherited from System.Windows.Forms.MouseEventArgs)Gets the number of times the mouse button was pressed and released.
Column  
Delta (Inherited from System.Windows.Forms.MouseEventArgs)Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.
Handled (Inherited from System.Windows.Forms.HandledMouseEventArgs)Gets or sets whether this event should be forwarded to the control's parent container.
Location (Inherited from System.Windows.Forms.MouseEventArgs)Gets the location of the mouse during the generating mouse event.
X (Inherited from System.Windows.Forms.MouseEventArgs)Gets the x-coordinate of the mouse during the generating mouse event.
Y (Inherited from System.Windows.Forms.MouseEventArgs)Gets the y-coordinate of the mouse during the generating mouse event.
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