In This Topic
Raises the action done events, such as move, resize, delete, cut and paste.
Syntax
'Declaration
Protected Sub RaiseActionDone( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpChart
Dim e As EventArgs
instance.RaiseActionDone(e)
protected void RaiseActionDone(
EventArgs
)
Parameters
- e
- The System.EventArgs instance containing the event data.
See Also