EditingBegunEventArgs Constructor

Initializes the EditingBegunEventArgs

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public EditingBegunEventArgs(
	EditableItemStyle anEditableItemStyle,
	RowItem aRowItem
)

Parameters

anEditableItemStyle  EditableItemStyle
The ItemStyle, which is being edited.
aRowItem  RowItem
A RowItem, which is being edited.

See Also