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


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

    Parameters

    e
    See Also