Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / ColumnDividerDoubleClick Event


ColumnDividerDoubleClick Event
Syntax
'Declaration
 
<SRCategoryAttribute("CatMouse")>
<SRDescriptionAttribute("DataGridView_ColumnDividerDoubleClickDescr")>
Public Event ColumnDividerDoubleClick As System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler
 
'Usage
 
Dim instance As NDataGridView
Dim handler As System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler
 
AddHandler instance.ColumnDividerDoubleClick, handler
Event Data

The event handler receives an argument of type System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs containing data related to this event. The following DataGridViewColumnDividerDoubleClickEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
The index of the column next to the column divider that was double-clicked.  
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.HandledMouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
(Inherited from System.Windows.Forms.MouseEventArgs)
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