ConfigChangeCancelled Event

       

Occurs when the operating system sends a message to all applications that a change to the hardware profile was cancelled.

Syntax

Private Sub object_ConfigChangeCancelled([index As Integer])

The ConfigChangeCancelled event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index A numeric expression that evaluates to the index of a control if it is in a control array.

Remarks

You should use this event to clean up any processing begun in the QueryChangeConfig event procedure.