RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..OnPreparingCellForEdit Method

Raises the PreparingCellForEdit event.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  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.