EventsFrozen Property

       

Returns a value indicating if the container is currently ignoring events being raised by the control. The EventsFrozen property is not available at the control’s authoring time, and read-only at the control’s run time.

Syntax

object.EventsFrozen

The EventsFrozen property syntax has this part:

Part Description
object An object expression that evaluates to an object in the Applies To list.

Remarks

When the EventsFrozen property is True, the container is ignoring any events that are being raised by the control. If the control wants to raise an event that cannot be lost, it must queue them up until EventsFrozen is False.