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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public ExternalOperationChangedEventArgs(
	string serviceName,
	string operationName,
	bool registered
)

Parameters

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