←Select platform

RubberBandStarted Event

Summary

Occurs when the user starts the rubber banding operation.

Syntax

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

Remarks

This event will fire when OnRubberBandStarted 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly