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


sender
object

Glossary Item Box

Undoes the action.

Syntax

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

Parameters

sender
object

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.