IUserCancelChanges Method |
If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxSub CancelChanges
Dim instance As IUser
instance.CancelChanges()
See Also