Occurs when the user is using the InteractiveMode to move the FloaterImage.
public event EventHandler<RasterViewerPointEventArgs> InteractiveFloater
Public Event InteractiveFloater As EventHandler(Of RasterViewerPointEventArgs)
public:
event EventHandler<RasterViewerPointEventArgs^>^ InteractiveFloater
The event handler receives an argument of type RasterViewerPointEventArgs containing data related to this event. The following RasterViewerPointEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel (Inherited from Leadtools.WinForms.RasterViewerInteractiveEventArgs) | Gets or sets a value indicating whether the interactive mode should be canceled. |
Point | Gets the interactive mode event data. |
Status (Inherited from Leadtools.WinForms.RasterViewerInteractiveEventArgs) | Gets the current status of the interactive mode. |
Only occurs when the InteractiveMode property is set to RasterViewerInteractiveMode.Floater.
For an example, refer to FloaterPosition.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET