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


sender
The sender.

Glossary Item Box

Performs the undo action.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub PerformAction( _
   ByVal sender As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As UndoAction
Dim sender As Object
 
instance.PerformAction(sender)
C# 
public override void PerformAction( 
   object sender
)

Parameters

sender
The sender.

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.