Compacting Event

Applies to:  Subclasser object, PowerForm control
See also:  Event Index

Occurs when Windows is low on resources.

Syntax:

Private Sub object_Compacting()

The Compacting event syntax has these parts:

Part Description
object The name of an object in the Applies to list.  If object is a SubClasser object, then the object must be declared using WithEvents.

Remarks:

Your application should respond to this message by flushing any cached data which is not currently needed.

 

Home

Copyright and Disclaimer