.NET only. Fired when the client’s copy of the object is deleted.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
event NotifyObjectHandler OnDeleted
Visual Basic (Usage)
Dim instance As INotifyObject
Dim handler As NotifyObjectHandler

AddHandler instance.OnDeleted, handler

See Also