Description

An image window is closing.

Syntax

Private Sub object_Close(Window)

The Close Event syntax has these parts:

PartDescription
objectA McWindow object.
WindowA McWindow object.

The window being closed.

Remarks

At this point the window is about to be destroyed, and closing cannot be cancelled.