UndoEngine::Undoing Event

 

Occurs immediately before an undo action is performed.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
event EventHandler^ Undoing {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 2.0
Return to top
Show: