Class ImageSavedEventArgs
ImageSaved event args.
Inheritance
System.Object
ImageSavedEventArgs
Namespace: Syncfusion.SfImageEditor.XForms
Assembly: Syncfusion.SfImageEditor.XForms.dll
Syntax
public class ImageSavedEventArgs : EventArgs
Constructors
ImageSavedEventArgs(String)
Initializes a new instance of the ImageSavedEventArgs class.
Declaration
public ImageSavedEventArgs(string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | location | location. |
Properties
Location
Gets or sets the image saved location.
Declaration
public string Location { get; set; }
Property Value
Type |
---|
System.String |