Click or drag to resize

ChildAppWindow.Close Method (Typed)

X#
Invoked just as the window is about to close.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Close(
	oEvent AS Event
) AS USUAL
Request Example View Source

Parameters

oEvent
Type: Event
An empty event required to maintain the protocol that all event handlers have exactly one event as their argument.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
Note that this method is automatically called when an EndDialog() or EndWindow() method is called.
See Also