Class CanUndoModifiedEventArgs
Provides data for the CanUndoModified event.
Inheritance
System.Object
CanUndoModifiedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class CanUndoModifiedEventArgs : EventArgs
Properties
CanUndo
Gets a value indicating whether undo collection is empty otherwise true.
Declaration
public bool CanUndo { get; }
Property Value
Type |
---|
System.Boolean |