Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

PreRun Event

Show in webframe
Occurs when the Run method is called, sending out ImageLoaderPreRunEventArgs.
Syntax
add_preRun(function(sender, e))
preRun.add(function(sender, e))
remove_preRun(function(sender, e))
preRun.remove(function(sender, e))
    
Remarks

The PreRun event handler is useful in situations where Run is called based on a page event.

The Cancel property, when set to true, will cause the Fail event to be called. This is different than the Abort method, which will fail silently and not call any callbacks.

Example
See ImageLoader for an example.
Event Data
Parameter Type Description
sender 'var' The source of the event.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file