Custom Property Change Notification

I don't seem to be able to get change notifications for custom properties I've added to the symbol. I modified the CustomSymbol sample application to add handlers for the model's event sink PropertyChanging and PropertyChanged events. I get events when the Name property changes but not when I change the ClickCount property (I made it read/write). Please Advise.

Thanks.


2 Replies

KM Kenneth Moore May 3, 2012 03:39 PM UTC

Solved.

I discovered I have to call OnPropertyChanging() and OnPropertyChanged() from within the custom property's set{} method.



AA Amsath Ali M Syncfusion Team May 4, 2012 11:48 AM UTC

Hi Kenneth,

Thanks for using Syncfusion products.

We are happy to hear that the issue has been resolved by yourself.
Please let us know if you further assistance on this. We would be happy to help you out.

Regards,
Amsath Ali. M




Loader.
Up arrow icon