Spread Windows Forms 12.0 Product Documentation
PerformAction Method (Action)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > Action Class : PerformAction Method
Object on which the action occurred
Invoked when an action occurs.
Syntax
'Declaration
 
Public MustOverride Sub PerformAction( _
   ByVal sender As Object _
) 
'Usage
 
Dim instance As Action
Dim sender As Object
 
instance.PerformAction(sender)
public abstract void PerformAction( 
   object sender
)

Parameters

sender
Object on which the action occurred
See Also

Reference

Action Class
Action Members