Class ImageSavedEventArgs
Provides data for the ImageSaved event.
Inheritance
System.Object
ImageSavedEventArgs
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public class ImageSavedEventArgs : EventArgs
Constructors
ImageSavedEventArgs()
Initializes a new instance of the ImageSavedEventArgs class.
Declaration
public ImageSavedEventArgs()
Properties
Location
Gets the image saved location.
Declaration
public string Location { get; }
Property Value
Type |
---|
System.String |