DataEntryGrid..::..OnPreparingCellForEdit Method
Raises the PreparingCellForEdit event.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void OnPreparingCellForEdit( DataGridPreparingCellForEditEventArgs e )
Protected Sub OnPreparingCellForEdit ( _ e As DataGridPreparingCellForEditEventArgs _ )
protected: void OnPreparingCellForEdit( DataGridPreparingCellForEditEventArgs^ e )
Parameters
- e
- Type: DataGridPreparingCellForEditEventArgs
The data for the event.