Charting for WinForms Programmer's Guide
TrackChangesCommand Members
Properties Methods
 


Represents a command that can track and undo changes of INotifyPropertyValueChanged objects.

The following tables list the members exposed by the TrackChangesCommand type.

 Protected Properties

  Name Description

HasEffect

Command.HasEffect override.

 Public Methods

  Name Description

Cancel

Cancels the command. (Inherited from DisposableCommand.)

Dispose

IDisposable.Dispose implementation. (Inherited from DisposableCommand.)

 Protected Methods

  Name Description

BeginChange

Called before undoing or redoing the command.

EndChange

Called after undoing or redoing the command.

Execute

Command.Execute override. (Inherited from DisposableCommand.)

Redo

DisposableCommand.Redo override.

Undo

DisposableCommand.Undo override.

 See Also

TrackChangesCommand Class
MindFusion.Charting.Commands Namespace