OnUnload Method (FpChart)
In This Topic
OnUnload
Syntax
'Declaration
Protected Overrides Sub OnUnload( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpChart
Dim e As EventArgs
instance.OnUnload(e)
protected override void OnUnload(
EventArgs
)
Parameters
- e
See Also