[]
        
(Showing Draft Content)

FarPoint.Win.Chart.UndoAction.PerformUndoAction

PerformUndoAction Method

PerformUndoAction(object)

Performs the undo action.

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

The sender.

Returns
Type Description
bool

Boolean: true if successful; false otherwise

Remarks

If sender is a FpChart object, it will be used to fire events during the operation.