AutoEditingEndEventArgs Constructor
Constructor of the AutoEditingEndEventArgs class.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public AutoEditingEndEventArgs(
AutoEditableItemStyle anAutoEditableItemStyle,
RowItem aRowItem
)
Public Sub New (
anAutoEditableItemStyle As AutoEditableItemStyle,
aRowItem As RowItem
)
Parameters
- anAutoEditableItemStyle AutoEditableItemStyle
- The AutoEditableItemsTyle, which invoked the editing.
- aRowItem RowItem
- The associated RowItem.