PrevDetected Method
      
 

Description

Called when component detects new files from previous run.


Return Type

None  


Syntax

object.PrevDetected Owner



The PrevDetected Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodAppUpdateNotify.
Owner Required. A wodAppUpdate object. Reference to wodAppUpdateCom instance that called this notification method.

Remarks

NOTE: This method is called only if you implemented IwodAppUpdateNotify interface in your application, and wodAppUp.Notification property has received reference to instance of your implementation.

This notification method is called if wodAppUpdate detected "leftover" files from previous run - and they are sufficient to replace and update your application without performing new check and new download.

From within this notification method you can all Update method to immediately update your application, or you can call Clear method to delete those files and start over.