Hi melmallakh,
Just to make sure, are you using a CollectionControlButton ? Pressing the button starts a CollectionControlDialog and you want to be notified when an item is added, deleted and when the Dialog closes?
Because in your last code snippet, you are directly using a CollectionControl as an editor and you have access to "ItemAdded" and "ItemDeleted" events.
If you are using the CollectionControlButton, I believe this is not possible, but I could investigate.
Thanks.
Just to make sure, are you using a CollectionControlButton ? Pressing the button starts a CollectionControlDialog and you want to be notified when an item is added, deleted and when the Dialog closes?
Because in your last code snippet, you are directly using a CollectionControl as an editor and you have access to "ItemAdded" and "ItemDeleted" events.
If you are using the CollectionControlButton, I believe this is not possible, but I could investigate.
Thanks.