Occurs when the edit process begins.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public event EventHandler<GridCellBeginEditEventArgs> CellBeginEdit |
Visual Basic |
---|
Public Event CellBeginEdit As EventHandler(Of GridCellBeginEditEventArgs) |
Visual C++ |
---|
public:
event EventHandler<GridCellBeginEditEventArgs^>^ CellBeginEdit {
void add (EventHandler<GridCellBeginEditEventArgs^>^ value);
void remove (EventHandler<GridCellBeginEditEventArgs^>^ value);
} |
F# |
---|
member CellBeginEdit : IEvent<EventHandler<GridCellBeginEditEventArgs>,
GridCellBeginEditEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'GridCellBeginEditEventArgs>)>)>See Also