Short question. How can I intercept the save command, i.e. not show the save dialog, but write the image into a database? I tried the ImageToolViewModel, but in there are only tools defined... no save button.
Edit: Found the ImageEditorRoutedCommands.Save
is there a (telerik) best practice to override the command?
Another Edit: Ok there's myImageEditorUI.ImageEditor.CommandBindings ... where I can add a command binding to the save command and set handled = true ... however, ImageEditor seems to be (always) null, even after an image has been loaded.
Thanks for your advice!
Edit: Found the ImageEditorRoutedCommands.Save
is there a (telerik) best practice to override the command?
Another Edit: Ok there's myImageEditorUI.ImageEditor.CommandBindings ... where I can add a command binding to the save command and set handled = true ... however, ImageEditor seems to be (always) null, even after an image has been loaded.
Thanks for your advice!