Class ImageSavedEventArgs
Inheritance
System.Object
ImageSavedEventArgs
Namespace: Syncfusion.SfImageEditor.Android
Assembly: Syncfusion.SfImageEditor.Android.dll
Syntax
public class ImageSavedEventArgs : EventArgs
Constructors
ImageSavedEventArgs(String)
Initializes a new instance of theImageSavedEventArgs class.
Declaration
public ImageSavedEventArgs(string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | location | Location |
Properties
Location
Gets/Sets Location
Declaration
public string Location { get; set; }
Property Value
Type |
---|
System.String |