FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / RaiseActionDone Method
The System.EventArgs instance containing the event data.


In This Topic
RaiseActionDone Method
In This Topic
Raises the action done events, such as move, resize, delete, cut and paste.
Syntax
'Declaration
 
Protected Sub RaiseActionDone( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpChart
Dim e As EventArgs
 
instance.RaiseActionDone(e)

Parameters

e
The System.EventArgs instance containing the event data.
See Also