The ReadyStateChange event occurs whenever a snapshot control's ReadyState property changes.
Syntax
Sub controlname_ReadyStateChange(ByVal readystate As Long)
The ReadyStateChange event has the following arguments.
| Argument | Description | 
|---|---|
| controlname | The name of the Snapshot control object. | 
| readystate | An Integer value between 0 and 4 representing the current value of the ReadyState property. | 
Remarks
This event can by used to capture changes to the ReadyState property.