New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Events
Updated over 6 months ago
| Event | Description |
|---|---|
| ImageChanged | Fires when the image has been changed. |
| DialogLoading | Fires when an operation's dialog is loading its content. |
| ImageLoading | Fires just before the image is loaded from the file system. This event can be canceled and the edited image loaded from a custom location. The event is fired only when the ImageEditor needs to load the initial image. |
| ImageSaving | Fires just before the image is saved on the file system. This event can be canceled and the edited image saved into a custom location. |
| OnImageEditing | Fires when a custom command is fired or when a built-in command that requires server operation is invoked (with the exception of Reset and Save). |