'Declaration Public Function New( _ ByVal control As Control, _ ByVal cell As Cell, _ ByVal valid As Boolean _ )
'Usage Dim control As Control Dim cell As Cell Dim valid As Boolean Dim instance As New ValidatingEditorEventArgs(control, cell, valid)
Parameters
- control
- The System.Windows.Forms.Control that will be used to edit the content of the cell.
- cell
- The Xceed.Grid.Cell whose content is to be edited by the control.
- valid
- true if the value is valid; false otherwise.