Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

RubberBandStarted Event

Show in webframe
Occurs when the user starts the rubber banding operation.
Syntax
add_rubberBandStarted(function(sender, e))
rubberBandStarted.add(function(sender, e))
remove_rubberBandStarted(function(sender, e))
rubberBandStarted.remove(function(sender, e))
    

This event will fire when OnRubberBandStarted is called.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

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