GrapeCity MultiRow Windows Forms Documentation
OnMouseDoubleClick Method (ColumnHeaderCell)


Raises the GcMultiRow.CellContentDoubleClick, GcMultiRow.CellDoubleClick, and GcMultiRow.CellMouseDoubleClick events associated with the GcMultiRow.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="0", 
   Justification="")>
Protected Overrides Sub OnMouseDoubleClick( _
   ByVal e As CellMouseEventArgs _
) 
Dim instance As ColumnHeaderCell
Dim e As CellMouseEventArgs
 
instance.OnMouseDoubleClick(e)
[SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="0", 
   Justification="")]
protected override void OnMouseDoubleClick( 
   CellMouseEventArgs e
)

Parameters

e
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

ColumnHeaderCell Class
ColumnHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.