The OnTimeout event is generated when an operation is
          canceled. 
         
        Syntax
        
          Private Sub object_OnTimeout ([Index
          As Integer]) 
         
        Remarks
        
          The OnTimeout event is generated after an operation times
          out. The amount of time that the component will wait for an operation
          to complete can be controlled by the Timeout property. 
         
        See Also
        
          Timeout Property, 
          OnCancel Event 
         
       |