'Declaration Public Function New( _ ByVal cellEditorManager As CellEditorManager, _ ByVal cancel As Boolean _ )
'Usage Dim cellEditorManager As CellEditorManager Dim cancel As Boolean Dim instance As New EnteringEditEventArgs(cellEditorManager, cancel)
public EnteringEditEventArgs( CellEditorManager cellEditorManager, bool cancel )
Parameters
- cellEditorManager
- The Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the cell.
- cancel
- true to cancel the event; false otherwise.