DestroyWindow Event | ||||||
Applies to: Subclasser object, PowerForm
control Occurs when a window is about to be destroyed, but before the window is unsubclassed. Syntax: Private Sub object_DestroyWindow() The DestroyWindow event syntax has these parts:
Remarks: If the subclassed window is a Visual Basic form, the DestroyWindow event occurs after the form has been unloaded.
|