CustomDataChangedEventArgs Constructor |
Creates new custom data changed event args.
Namespace: Resto.Front.Api.Data.CommonAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic 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