Spread Windows Forms 6.0 Product Documentation
PerformUndoAction Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoAction Class : PerformUndoAction Method


sender

Glossary Item Box

Performs the undo action.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function PerformUndoAction( _
   ByVal sender As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.PerformUndoAction(sender)
C# 
public abstract bool PerformUndoAction( 
   object sender
)

Parameters

sender

Return Value

Boolean: true if successful; false otherwise

Remarks

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.