AutoEditingEndEventArgs Constructor

Constructor of the AutoEditingEndEventArgs class.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public AutoEditingEndEventArgs(
	AutoEditableItemStyle anAutoEditableItemStyle,
	RowItem aRowItem
)

Parameters

anAutoEditableItemStyle  AutoEditableItemStyle
The AutoEditableItemsTyle, which invoked the editing.
aRowItem  RowItem
The associated RowItem.

See Also