Intersoft ClientUI Documentation
OnClosedCore Method (UXNavigationWindow)



Called when the window is closed and ready to be destroyed.
Syntax
Protected Overrides Function OnClosedCore() As Boolean
Dim instance As UXNavigationWindow
Dim value As Boolean
 
value = instance.OnClosedCore()
protected override bool OnClosedCore()
protected:
bool OnClosedCore(); override 

Return Value

Returns true to execute default implementation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXNavigationWindow Class
UXNavigationWindow Members

Send Feedback