Click or drag to resize

CustomDataChangedEventArgs Constructor

Creates new custom data changed event args.

Namespace: Resto.Front.Api.Data.Common
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public CustomDataChangedEventArgs(
	string key,
	string value,
	EntityEventType eventType
)

Parameters

key  String
Key of custom data.
value  String
Value of custom data.
eventType  EntityEventType
Event type occured.
See Also