MindFusion.Wpf Pack Programmer's Guide
Workbook.StartChangeOperation Method
See Also
 





Creates a Command object to track subsequent changes on the specified target. The returned command will be automatically executed when disposed.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public TrackChangesCommand StartChangeOperation (
    INotifyPropertyValueChanged target
)

Visual Basic  Copy Code

Public Function StartChangeOperation( _
    target As INotifyPropertyValueChanged _
) As TrackChangesCommand

 Parameters

target

The object to track.

 Return Value

A TrackChangesCommand that is used to track the changes, or null (Nothing in Visual Basic), if undo is disabled.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace