Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Action Class / PerformAction Method
Object on which the action occurred


In This Topic
PerformAction Method (Action)
In This Topic
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)

Parameters

sender
Object on which the action occurred
See Also