This topic has not yet been rated - Rate this topic

DesignerTransaction.Cancel Method

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.