←Select platform

RubberBandCompleted Event

Summary

Occurs when the user completes the rubber banding operation.

Syntax
C#
VB
C++
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandCompleted 
Public Event RubberBandCompleted As EventHandler(Of Leadtools.Controls.ImageViewerRubberBandEventArgs) 
public:  
   event EventHandler<Leadtools::Controls::ImageViewerRubberBandEventArgs^>^ RubberBandCompleted 

Remarks

This event will fire when OnRubberBandCompleted is called.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Event Data

ParameterTypeDescription
senderobjectThe source of the event.
eImageViewerRubberBandEventArgsThe event data.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly