rubberBandCompleted Event

Summary

Occurs when the user completes the rubber banding operation.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerRubberBandInteractiveMode.prototype,'rubberBandCompleted',  
	get: function(), 
	set: function(value) 
) 
function rubberBandCompleted.add(function(sender, e)); 
function rubberBandCompleted.remove(function(sender, e)); 
TypeScript Syntax
rubberBandCompleted: void; 

Remarks

This event will fire when OnRubberBandCompleted is called.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eImageViewerRubberBandEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly