Click or drag to resize

ExternalOperationChangedEventArgs Constructor

Initializes a new instance of the ExternalOperationChangedEventArgs class

Namespace:  Resto.Front.Api.Data.Common
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public ExternalOperationChangedEventArgs(
	int pluginModuleId,
	string serviceName,
	string operationName,
	bool registered
)

Parameters

pluginModuleId
Type: SystemInt32
serviceName
Type: SystemString
operationName
Type: SystemString
registered
Type: SystemBoolean
See Also