ReadyStateChange Event
Syntax
Sub ControlName_ReadyStateChange()
Applies To
Purpose
Generates the event when the ready state changes.
Remarks
When this event is generated, use the ReadyState property to determine the new ready state of the control.
Sub ControlName_ReadyStateChange()
Generates the event when the ready state changes.
When this event is generated, use the ReadyState property to determine the new ready state of the control.