MindFusion.Scheduling for Silverlight Programmer's Guide
Schedule.CommitCompositeOperation Method
See Also
 





Stops recording undo/redo commands into a CompositeCommand and saves the composite in the history queue.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public void CommitCompositeOperation ()

Visual Basic  Copy Code

Public Sub CommitCompositeOperation ()

 Remarks

You must call either CancelCompositeOperation or this method when the schedule modifications are done after a StartCompositeOperation call.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
UndoEnabled Property