UndoEngine.UndoRedoBufferChanged Event     
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.
Occurs when the buffers that hold undo and redo operations change.
public:
 event EventHandler ^ UndoRedoBufferChanged;
	public event EventHandler UndoRedoBufferChanged;
	member this.UndoRedoBufferChanged : EventHandler 
	Public Custom Event UndoRedoBufferChanged As EventHandler 
	Public Event UndoRedoBufferChanged As EventHandler