Northwoods.GoSilverlight 1.3.5 Assembly
UndoManager Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > DiagramModel Class : UndoManager Property

Gets or sets the UndoManager for this model.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The UndoManager for this model.")>
Public Property UndoManager As UndoManager
C# 
[DescriptionAttribute("The UndoManager for this model.")]
public UndoManager UndoManager {get; set;}

Property Value

This value may be null, when there is no UndoManager. By default this value is null. If this value is null, it is automatically set to a new UndoManager when HasUndoManager is changed to be true.

Remarks

Of course, when there is no UndoManager, the user cannot perform an Undo or a Redo. Setting this property does not raise a Changed event. Setting this property may also change the value of HasUndoManager.

Requirements

See Also

© 2012 All Rights Reserved.