Class ImageSavedEventArgs
Class which represents the image saved event arguments.
Inheritance
System.Object
ImageSavedEventArgs
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.WPF.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 | The location. |
Properties
Location
To get the saved image path.
Declaration
public string Location { get; set; }
Property Value
Type |
---|
System.String |