DesignerTransaction.Cancel Method
.NET Framework 1.1
Cancels the transaction and attempts to roll back the changes made by the events of the transaction.
[Visual Basic] Public Sub Cancel() [C#] public void Cancel(); [C++] public: void Cancel(); [JScript] public function Cancel();
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
DesignerTransaction Class | DesignerTransaction Members | System.ComponentModel.Design Namespace | OnCancel