Miner.Controls Assembly > Miner.Controls Namespace > TreeGridView Class : ColumnDividerDoubleClick Event |
'Declaration <SRCategoryAttribute("CatMouse")> <SRDescriptionAttribute("DataGridView_ColumnDividerDoubleClickDescr")> Public Event ColumnDividerDoubleClick As System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler
'Usage Dim instance As TreeGridView Dim handler As System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler AddHandler instance.ColumnDividerDoubleClick, handler
[SRCategory("CatMouse")] [SRDescription("DataGridView_ColumnDividerDoubleClickDescr")] public event System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler ColumnDividerDoubleClick
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.
Property | Description |
---|---|
Button | (Inherited from System.Windows.Forms.MouseEventArgs) |
Clicks | (Inherited from System.Windows.Forms.MouseEventArgs) |
ColumnIndex | |
Delta | (Inherited from System.Windows.Forms.MouseEventArgs) |
Handled | (Inherited from System.Windows.Forms.HandledMouseEventArgs) |
Location | (Inherited from System.Windows.Forms.MouseEventArgs) |
X | (Inherited from System.Windows.Forms.MouseEventArgs) |
Y | (Inherited from System.Windows.Forms.MouseEventArgs) |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.