Class ImageEditedEventArgs
Class implementation of image changed event args
Inheritance
System.Object
ImageEditedEventArgs
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.WPF.dll
Syntax
public class ImageEditedEventArgs : EventArgs
Properties
IsImageEdited
Returns whether the image is edited or not
Declaration
public bool IsImageEdited { get; }
Property Value
Type |
---|
System.Boolean |