Click or drag to resize

BaseLibraryUnload Method

[This is preliminary documentation and is subject to change.]

Called when page is disposing or resetting.

Namespace:  Monkeyspeak.Libraries
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public abstract void Unload(
	Page page
)

Parameters

page
Type: MonkeyspeakPage
The page.
See Also