ChartWebPart.OnUnload Method
Raises the Unload event.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Protected Overrides Sub OnUnload ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnUnload(e)
protected override void OnUnload(
EventArgs e
)
Parameters
- e
Type: System.EventArgs
The EventArgs object that contains the event data.
Remarks
This override calls the OnUnload() method of the base class.