Syrve POS Api V8 Code Reference
Syrve POS Api V8 Code Reference
Resto.Front.Api.Data.Common
CustomDataChangedEventArgs Class
CustomDataChangedEventArgs Constructor
CustomDataChangedEventArgs Properties
CustomDataChangedEventArgs Methods
CustomDataChangedEventArgs Constructor
Creates new custom data changed event args.
Namespace:
Resto.Front.Api.Data.Common
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
Copy
public
CustomDataChangedEventArgs
(
string
key
,
string
value
,
EntityEventType
eventType
)
Parameters
key
Type:
System
String
Key of custom data.
value
Type:
System
String
Value of custom data.
eventType
Type:
Resto.Front.Api.Data.Common
EntityEventType
Event type occured.
See Also
Reference
CustomDataChangedEventArgs Class
Resto.Front.Api.Data.Common Namespace