←Select platform

RubberBandCompleted Event

Summary

Occurs when the user completes the rubber banding operation.

Syntax

C#
VB
Objective-C
WinRT C#
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandCompleted 
Public Event RubberBandCompleted As EventHandler(Of ImageViewerRubberBandEventArgs) 
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandCompleted 
- (void)imageViewerRubberBandInteractiveMode:(LTImageViewerRubberBandInteractiveMode *)imageViewerRubberBandInteractiveMode  
                                 endWithArgs:(LTImageViewerRubberBandEventArg *)args 
add_RubberBandCompleted(function(sender, e)) 
remove_RubberBandCompleted(function(sender, e)) 

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
Point1 Gets or sets the location of the first point.
Point2 Gets or sets the location of the second point.
Remarks

This event will fire when OnRubberBandCompleted is called.

ImageViewerRubberBandEventArgs

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

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

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)