Click or drag to resize

ExportItemColumnEditorInPlaceControlEdit Method

Handler for the inplace edit event and whether to allow editing it or not (based on AllowInplaceEdits), and to store internal reference to the item in case editing it is started. In-place editing is also blocked if WritebackInplaceEdits is true but AllowInplaceWriteBack(ExportItem) doesn't allow writeback.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public override void InPlaceControlEdit(
	int lRow,
	int lCol,
	out bool pbAllowEdit
)

Parameters

lRow
Type: SystemInt32
lCol
Type: SystemInt32
pbAllowEdit
Type: SystemBoolean

Implements

_IListViewExEvents.InPlaceControlEdit(Int32, Int32, Boolean)
See Also