Camera device name change event notification

I’m working with SDK and XProtect Corporate 10.2.B.

I want to get an event in my c# code when a camera device name is changed.

For now, I get a configuration notification without any info which camera was renamed. Moreover, when I get the event, only after re-initialization I get the new name.

Thanks

The ConfigUpdated sample includes this.

Thanks Bo