Class EndSaveEventArgs
Provides data for EndSave event.
Inheritance
System.Object
EndSaveEventArgs
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class EndSaveEventArgs : EventArgs
Properties
IsCanceled
Gets a value indicating whether the save process is canceled.
Declaration
public bool IsCanceled { get; }
Property Value
| Type |
|---|
| System.Boolean |