ItemStyleChangedEventArgs Constructor

Constructs a new ItemStyleChangedEventArgs object.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public ItemStyleChangedEventArgs(
	string sPropertyName,
	ItemChangeType aType
)

Parameters

sPropertyName  String
Name of the property whose value was changed.
aType  ItemChangeType
Specifies the type of change.

See Also