TouchListBeginRowItemEditing Method

Initiates editing of an EditableItemStyle or an AutoEditableItemStyle.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public void BeginRowItemEditing(
	ItemStyle eis,
	RowItem ri
)

Parameters

eis  ItemStyle
The ItemStyle which has to be used for editing.
ri  RowItem
The RowItem, which holds the data of the item.

See Also