Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Overridable Sub OnItemConstraint ( _
args As ItemConstraintEventArgs _
)
'Usage
Dim instance As SyncCallbacks
Dim args As ItemConstraintEventArgs
instance.OnItemConstraint(args)
public virtual void OnItemConstraint (
ItemConstraintEventArgs args
)
public:
virtual void OnItemConstraint (
ItemConstraintEventArgs^ args
)
public void OnItemConstraint (
ItemConstraintEventArgs args
)
public function OnItemConstraint (
args : ItemConstraintEventArgs
)
Parameters
- args
A ItemConstraintEventArgs object that contains the event data.
See Also
Reference
SyncCallbacks Class
SyncCallbacks Members
Microsoft.Synchronization Namespace