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