EditingBegunEventArgs Constructor
Initializes the EditingBegunEventArgs
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public EditingBegunEventArgs(
EditableItemStyle anEditableItemStyle,
RowItem aRowItem
)
Public Sub New (
anEditableItemStyle As EditableItemStyle,
aRowItem As RowItem
)
Parameters
- anEditableItemStyle EditableItemStyle
- The ItemStyle, which is being edited.
- aRowItem RowItem
- A RowItem, which is being edited.