OnUnLoad runs when the Container is unloaded.
Namespace: DotNetNuke.UI.ContainersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
protected override void OnUnload( EventArgs e ) |
Visual Basic |
---|
Protected Overrides Sub OnUnload ( e As EventArgs ) |
Parameters
- e
- Type: System..::..EventArgs
parameM:DotNetNuke.UI.Containers.Container.OnUnload(System.EventArgs)