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


sender
The sender.

Glossary Item Box

Performs the undo action.

Syntax

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

Parameters

sender
The sender.

Return Value

Boolean: true if successful; false otherwise

Remarks

If sender is a FpChart 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.