SyncCallbacks::OnItemConstraint Method

Dispatches the ItemConstraint event. This event occurs when a constraint conflict is reported, for collision conflicts when the collision conflict resolution policy is set to ApplicationDefined, and for all non-collision constraint conflicts.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual void OnItemConstraint(
	ItemConstraintEventArgs^ args
)

Parameters

args
Type: Microsoft.Synchronization::ItemConstraintEventArgs
A ItemConstraintEventArgs object that contains the event data.
Show: