BeginSaveEventArgs Class
Provides data for Beginsave
event.
Inheritance
System.Object
BeginSaveEventArgs
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.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 |