New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.ImageEditor.SavedEventArgs : Sys.EventArgs

Inheritance Hierarchy

Methods

get_fileName

Returns the current ImageOperation client object.

Parameters

Returns

Telerik.Web.UI.ImageEditor.ImageOperation

get_argument

Returns the argument passed through the server-side ImageSaving event.

Parameters

Returns

String

get_isSaved

Returns the image saving result.

Parameters

Returns

Boolean

get_message

Returns the save action applied on the image.

Parameters

Returns

String The possible values for the save action are "SaveClient", "SaveServer" and "ApplyChanges".

In this article