RedoStackFlushedEventArgs.IsUndoStackAltered Property

Indicates if the undo stack was also altered.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Property IsUndoStackAltered As Boolean
public bool IsUndoStackAltered { get; set; }
public:
property bool IsUndoStackAltered {
    bool get ();
    void set (bool value);
}
member IsUndoStackAltered : bool with get, set
function get IsUndoStackAltered () : boolean 
function set IsUndoStackAltered (value : boolean)

Property Value

Type: Boolean

Remarks

Auto-Implemented Property Syntax.

.NET Framework Security

See Also

Reference

RedoStackFlushedEventArgs Class

Microsoft.VisualStudio.Modeling Namespace