.NET only. Fired when objects deleted from the collection.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
event NotifyCollectionHandler OnDelete |
| Visual Basic (Usage) |
|---|
Dim instance As INotifyCollection Dim handler As NotifyCollectionHandler AddHandler instance.OnDelete, handler |