We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SfImagEditor needs event when image has been modified

Currently there's no way to let SfImageEditor fire an event when the image is modified. The only way is to check the IsImageEdited property but it would be really useful if we have an event for that. Subscribing to the PropertyChanged event doesn't work. The PropertyChanged event doesn't fire when the IsImageEditor property changes (as it should)

Why do we need this?

For example:

imageEditor.ImageEdited += (sender,args) => 
  {
    MyButton.Text = imageEditor.IsImageEdited ? "Save Changes" : "Back";
  };


1 Reply

SA Santhiya Arulsamy Syncfusion Team February 1, 2019 02:53 PM UTC

Hi Philippe, 
 
Greetings from Syncfusion! 
 
We have considered this as feature request and this feature will be available in any of our upcoming releases. You can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link. We appreciate your patience until then. 
 
 
Thanks, 
Santhiya A 


Loader.
Live Chat Icon For mobile
Up arrow icon