Class UndoPerformedEventArgs
Provides data for the UndoPerformed event.
Inheritance
System.Object
UndoPerformedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class UndoPerformedEventArgs : EventArgs
Properties
AnnotationInformationCollection
Gets the annotation information collection once undo operation is performed.
Declaration
public List<AnnotationInformation> AnnotationInformationCollection { get; }
Property Value
Type |
---|
System.Collections.Generic.List<AnnotationInformation> |
CanUndo
Gets a value indicating whether undo collection is empty otherwise true.
Declaration
public bool CanUndo { get; }
Property Value
Type |
---|
System.Boolean |