BeginningEdit Property
BeginningEdit
Occurs when the edit of a cell is about to start.
Declaration
[Parameter]
public EventHandler<GridCellEditEventArgs> BeginningEdit { get; set; }
<Parameter>
Public Property BeginningEdit As EventHandler(Of GridCellEditEventArgs)