TouchListBeginRowItemEditing Method
Initiates editing of an EditableItemStyle or an AutoEditableItemStyle.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public void BeginRowItemEditing(
ItemStyle eis,
RowItem ri
)
Public Sub BeginRowItemEditing (
eis As ItemStyle,
ri As RowItem
)
Parameters
- eis ItemStyle
- The ItemStyle which has to be used for editing.
- ri RowItem
- The RowItem, which holds the data of the item.