.NET only. Fired when the client’s copy of the object is updated.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
event NotifyObjectHandler OnUpdated |
| Visual Basic (Usage) |
|---|
Dim instance As INotifyObject Dim handler As NotifyObjectHandler AddHandler instance.OnUpdated, handler |