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






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

Syntax

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

Return Value

If return value is true, the default implementation will be executed.

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.