Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerRubberBandInteractiveMode Class : RubberBandCompleted Event |
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandCompleted
'Declaration
Public Event RubberBandCompleted As EventHandler(Of ImageViewerRubberBandEventArgs)
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.
Property | Description |
---|---|
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. |
This event will fire when OnRubberBandCompleted is called.
ImageViewerRubberBandEventArgsFor an example, refer to ImageViewerRubberBandInteractiveMode.