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