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