[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ConditionalFormatUndoActionBase.PerformUndoAction

PerformUndoAction Method

PerformUndoAction(object)

Performs the undo action.

Declaration
public override bool PerformUndoAction(object sender)
Public Overrides Function PerformUndoAction(sender As Object) As Boolean
Parameters
Type Name Description
object sender

The object

Returns
Type Description
bool

Returns true if perform success;otherwise, false.

Overrides