Class BeginSaveEventArgs
Provides data for BeginSave event.
Inheritance
System.Object
BeginSaveEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class BeginSaveEventArgs : EventArgs
Properties
Cancel
Gets and sets a value indicating whether the save operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |