Condividi tramite


Gadget.OnUnload Method (EventArgs)

 

Raises the Unload event.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

protected override void OnUnload(
    EventArgs e
)
protected:
virtual void OnUnload(
    EventArgs^ e
) override
Protected Overrides Sub OnUnload (
    e As EventArgs
)

Parameters

See Also

Gadget Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top