GrapeCity MultiRow Windows Forms Documentation
SectionTouchToolBarNeededEventArgs Constructor(CellScope,Int32,MultiRowTouchToolBar)


The scope of the section.
The index of the section.
The touch toolbar to be shown.
Initializes a new instance of the SectionTouchToolBarNeededEventArgs class.
Syntax
Public Function New( _
   ByVal scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal touchToolBar As MultiRowTouchToolBar _
)
Dim scope As CellScope
Dim sectionIndex As Integer
Dim touchToolBar As MultiRowTouchToolBar
 
Dim instance As New SectionTouchToolBarNeededEventArgs(scope, sectionIndex, touchToolBar)
public SectionTouchToolBarNeededEventArgs( 
   CellScope scope,
   int sectionIndex,
   MultiRowTouchToolBar touchToolBar
)

Parameters

scope
The scope of the section.
sectionIndex
The index of the section.
touchToolBar
The touch toolbar 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

SectionTouchToolBarNeededEventArgs Class
SectionTouchToolBarNeededEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.