PropertyForm.CancelCommit Method ()
Invokes functionality when the user clicks the Cancel button on the progress form while changes are being saved.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void CancelCommit()
protected:
virtual void CancelCommit()
Protected Overridable Sub CancelCommit
Remarks
Derived classes should override this method to cancel this operation and undo any changes that have already been committed.
See Also
ProgressForm
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top