ImageEditor event not firing

1 Answer 83 Views
ImageEditor
David
Top achievements
Rank 1
Iron
Iron
Iron
David asked on 15 Apr 2022, 06:05 PM

 

THe Image Saved event is not firing...

in form designer.cs I have:

this.radImageEditor.ImageSaved += new System.EventHandler(this.radImageEditor_ImageSaved);

 

but a breakpoint here is never hit:

 private void radImageEditor_ImageSaved(object sender, EventArgs e)
        {
            RefreshFileList(@ICUSBCamera.Properties.Settings.Default.SaveToFolder, selectedFilter);
        }

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 19 Apr 2022, 07:28 AM

Hello, David,

Your question has already been answered in the support ticket you have opened on the same topic. We kindly ask you to use just one thread for a specific problem to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two or more tickets instead of one. Moreover, threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.

However, I am posting the answer here as well in order the community to benefit from it.

I have logged it in our feedback portal by creating a public thread on your behalf. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

Currently, the possible solution that I can suggest is to handle the ImageEditorElement.CommandsElement.SaveButton.Click event.

Thank you for your understanding.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ImageEditor
Asked by
David
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or