ReadyStateChange Event(Snapshot Viewer)

   

Some of the content in this topic may not be applicable to some languages.

The ReadyStateChange event occurs whenever a snapshot control's ReadyState property changes.

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.