'Declaration Public Function New( _ ByVal editorControl As Control, _ ByVal newValue As Object _ )
'Usage Dim editorControl As Control Dim newValue As Object Dim instance As New LeavingEditEventArgs(editorControl, newValue)
public LeavingEditEventArgs( Control editorControl, object newValue )
Parameters
- editorControl
- The control that is currently editing the content of the cell.
- newValue
- The new value to assign to the cell.