GrapeCity MultiRow Windows Forms Documentation
ResizeTipTextNeededEventArgs Constructor


The scope of the cell.
The index of the section.
The index of the cell.
The name of the cell.
The direction of the resizing operation.
The old size value.
The new size value.
A System.String value that represents the tooltip text of the cell.
Initializes a new instance of the ResizeTipTextNeededEventArgs class.
Syntax
Public Function New( _
   ByVal cellScope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal direction As Orientation, _
   ByVal oldValue As Integer, _
   ByVal newValue As Integer, _
   ByVal resizeTipText As String _
)
Dim cellScope As CellScope
Dim sectionIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim direction As Orientation
Dim oldValue As Integer
Dim newValue As Integer
Dim resizeTipText As String
 
Dim instance As New ResizeTipTextNeededEventArgs(cellScope, sectionIndex, cellIndex, cellName, direction, oldValue, newValue, resizeTipText)
public ResizeTipTextNeededEventArgs( 
   CellScope cellScope,
   int sectionIndex,
   int cellIndex,
   string cellName,
   Orientation direction,
   int oldValue,
   int newValue,
   string resizeTipText
)

Parameters

cellScope
The scope of the cell.
sectionIndex
The index of the section.
cellIndex
The index of the cell.
cellName
The name of the cell.
direction
The direction of the resizing operation.
oldValue
The old size value.
newValue
The new size value.
resizeTipText
A System.String value that represents the tooltip text of the cell.
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

ResizeTipTextNeededEventArgs Class
ResizeTipTextNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.