Click or drag to resize

BulkPropertiesChangedManager Constructor

Initializes a new instance of the BulkPropertiesChangedManager class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public BulkPropertiesChangedManager(
	IBulkNotifyPropertiesChanged context,
	IBulkPropertiesChangedManagerContext userContext
)

Parameters

context
Type: Micros.OpsIBulkNotifyPropertiesChanged
userContext
Type: Micros.OpsIBulkPropertiesChangedManagerContext
See Also