IUpdate Interface
Definition
Namespace: Alternet.Common
Assembly: Alternet.Common.v8.dll
Represents properties and methods of updateable objects.
Syntax
public interface IUpdate
Properties
UpdateCount | When implemented by a class, keeps track of calls to |
Methods
BeginUpdate() | When implemented by a class, prevents object state updating until calling |
DisableUpdate() | When implemented by a class, prevents object state updating until calling |
EnableUpdate() | When implemented by a class, re-enables object state updating, that was turn of by calling |
EndUpdate() | When implemented by a class, re-enables object state updating, that was turn of by calling |
Update() | When implemented by a class, updates an object state. |