Class BeginResetEventArgs
BeginReset event args for the BeginReset event.
Inheritance
System.Object
BeginResetEventArgs
Namespace: Syncfusion.SfImageEditor.XForms
Assembly: Syncfusion.SfImageEditor.XForms.dll
Syntax
public class BeginResetEventArgs : EventArgs
Constructors
BeginResetEventArgs()
Initializes a new instance of the BeginResetEventArgs class.
Declaration
public BeginResetEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |