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