ItemStyleChangedEventArgsChangeType Property

Gets the type of change which was performed in a ItemStyle.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public ItemChangeType ChangeType { get; }

Property Value

ItemChangeType

Remarks

For explanation of the meaning of all possible values see ItemChangeType.

See Also