GrapeCity MultiRow Windows Forms Documentation
CellEditedFormattedValueChangedEventArgs Constructor(CellScope,Int32,Int32,String,String)


A CellScope value that represents the cell area.
A System.Int32 value that represents the index of the owner Section.
A System.Int32 value that represents the cell index in its parent Section.
A System.String value that represents the cell name.
A System.String value that represents what caused the GcMultiRow.CellEditedFormattedValueChanged event to be raised.
Initializes a new instance of the CellEditedFormattedValueChangedEventArgs class.
Syntax
Public Function New( _
   ByVal scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal reason As String _
)
Dim scope As CellScope
Dim sectionIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim reason As String
 
Dim instance As New CellEditedFormattedValueChangedEventArgs(scope, sectionIndex, cellIndex, cellName, reason)
public CellEditedFormattedValueChangedEventArgs( 
   CellScope scope,
   int sectionIndex,
   int cellIndex,
   string cellName,
   string reason
)

Parameters

scope
A CellScope value that represents the cell area.
sectionIndex
A System.Int32 value that represents the index of the owner Section.
cellIndex
A System.Int32 value that represents the cell index in its parent Section.
cellName
A System.String value that represents the cell name.
reason
A System.String value that represents what caused the GcMultiRow.CellEditedFormattedValueChanged event to be raised.
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

CellEditedFormattedValueChangedEventArgs Class
CellEditedFormattedValueChangedEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.