OnRedirect Event  
 

The OnRedirect event is generated when the server indicates a resource has been moved

Syntax

Sub object_OnRedirect ( [Index As Integer,] ByVal Resource As Variant)

Remarks

This event is generated when the server indicates that the requested resource has been moved to a new location. This new location is typically on the same server, however it may specify another server. The Resource argument specifies the new location.

If the AutoRedirect property is set to True, then the control will automatically retrieve the resource from its new location. If the property is set to False, then the application is responsible for handling the redirection.

See Also

AutoRedirect Property