RedoStackFlushedEventArgs.IsUndoStackAltered Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the undo stack was also altered.
public:
property bool IsUndoStackAltered { bool get(); void set(bool value); };
public bool IsUndoStackAltered { get; set; }
member this.IsUndoStackAltered : bool with get, set
Public Property IsUndoStackAltered As Boolean
Property Value
Remarks
Auto-Implemented Property Syntax.