Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / OnUnload Method


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

    Parameters

    e
    See Also