'Declaration Public Function New( _ ByVal control As Control, _ ByVal cell As Cell, _ ByVal valueDataType As Type, _ ByVal cellValue As Object _ )
'Usage Dim control As Control Dim cell As Cell Dim valueDataType As Type Dim cellValue As Object Dim instance As New GettingEditorControlValueEventArgs(control, cell, valueDataType, cellValue)
Parameters
- control
- The System.Windows.Forms.Control used to edit the cell's content.
- cell
- The Xceed.Grid.Cell currently being edited.
- valueDataType
- The datatype of the cellValue.
- cellValue
- The CellEditorEventArgs.Cell's value.