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
Type: SystemString
Key of custom data.
value
Type: SystemString
Value of custom data.
eventType
Type: Resto.Front.Api.Data.CommonEntityEventType
Event type occured.
See Also