This example demonstrates how to cancel the default Saving functionality of the 		Image Editor and to save the edited image to a custom location. When the image is 		saved, the name of the created file is passed as an Argument from the Server-Side 		ImageSaving event, to the client-Side ClientImageSaved 		event. Since the ImageEditor updates itself on a CallBack, without updating the 		other controls on the page, this approach could be very useful when some information 		should be passed from the Server to the Client. 	
	 		The Image Editor's OnImageSaving event could be used to perform 		additional processing on the image before it is saved, like clone, resize or even 		cancel the saving. The Cancel property must be set to true if custom actions 		are performed so that the default ones are cancelled. 	
 
	Instructions
	Click over the Save command after the desired changes are made.