Intersoft ClientUI Documentation
OnClosedCore Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXNavigationWindow Class : OnClosedCore Method






Called when the window is closed and ready to be destroyed.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function OnClosedCore() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXNavigationWindow
Dim value As Boolean
 
value = instance.OnClosedCore()
C# 
protected override bool OnClosedCore()
Delphi 
protected function OnClosedCore(): Boolean; override; 
JScript 
protected override function OnClosedCore() : boolean;
Managed Extensions for C++ 
protected: bool OnClosedCore(); override 
C++/CLI 
protected:
bool OnClosedCore(); override 

Return Value

Returns true to execute default implementation.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.