Currently, when I click on the Save button on the top toolbar in SfImageEditor, it goes to my implemented ImageSaving function and saves the edited image in a stream --- Stream str = args.Stream. I only get access to ImageSavingEventArgs args in this function.
If I want to trigger this save when I click on a toolbar item different than the Save button, how would I go about doing that - how could I access ImageSavingEventArgs args there?
Thank you,
Madhu