Gets or sets a flag that tells
OnChanged whether it should notify any
UndoManager that a change has occurred.
public bool SkipsUndoManager {get; set;}
Property Value
This is normally false and should be set to true only transiently.
Typically you may want to temporarily set this to true in order to avoid
recording temporary changes to the model.