Error processing SSI file
(Leadtools.Controls)

Show in webframe

RubberBandCompleted Event




Occurs when the user completes the rubber banding operation.
Syntax
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandCompleted
'Declaration
 
Public Event RubberBandCompleted As EventHandler(Of ImageViewerRubberBandEventArgs)
Event Data

The event handler receives an argument of type ImageViewerRubberBandEventArgs containing data related to this event. The following ImageViewerRubberBandEventArgs properties provide information specific to this event.

PropertyDescription
InteractiveEventArgs Original interactive service event data that triggered this event.
IsCanceled Indicates whether the operation should be canceled.
Points Gets a list of the location points.
Remarks

This event will fire when OnRubberBandCompleted is called.

ImageViewerRubberBandEventArgs
Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerRubberBandInteractiveMode Class
ImageViewerRubberBandInteractiveMode Members

Error processing SSI file