Click or drag to resize

ExportItemColumnEditor.InPlaceControlEdit 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) Version: 25.0
Syntax
public override void InPlaceControlEdit(
	int lRow,
	int lCol,
	out bool pbAllowEdit
)

Parameters

lRow  Int32
lCol  Int32
pbAllowEdit  Boolean

Implements

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