GrapeCity MultiRow Windows Forms Documentation
SectionContextMenuStripNeededEventArgs Constructor(Int32,ContextMenuStrip)


The index of the row.
The context menu strip to be shown.
Initializes a new instance of the SectionContextMenuStripNeededEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal contextMenuStrip As ContextMenuStrip _
)
Dim rowIndex As Integer
Dim contextMenuStrip As ContextMenuStrip
 
Dim instance As New SectionContextMenuStripNeededEventArgs(rowIndex, contextMenuStrip)
public SectionContextMenuStripNeededEventArgs( 
   int rowIndex,
   ContextMenuStrip contextMenuStrip
)

Parameters

rowIndex
The index of the row.
contextMenuStrip
The context menu strip to be shown.
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

SectionContextMenuStripNeededEventArgs Class
SectionContextMenuStripNeededEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.