Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

WorkCompleted Event

Show in webframe
Occurs when this mode completes the work.
Syntax
add_workCompleted(function(sender, e))
workCompleted.add(function(sender, e))
remove_workCompleted(function(sender, e))
workCompleted.remove(function(sender, e))
    

This event will fire when OnWorkCompleted is called.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e EventArgs The event data.
See Also
Error processing SSI file