←Select platform

WorkDelta Event

Summary

Occurs when the SpyGlass has moved.

Syntax
C#
VB
C++
public event EventHandler<InteractiveDragDeltaEventArgs> WorkDelta 
Public Event WorkDelta As EventHandler(Of InteractiveDragDeltaEventArgs) 
public:  
   event EventHandler<InteractiveDragDeltaEventArgs^>^ WorkDelta 

Remarks

The SpyGlass WorkDelta event is raised when the interactive mode is working and the spyglass has moved significantly. The InteractiveDragDeltaEventArgs will contain the offset values for the movement of the SpyGlass.

Event Data

ParameterTypeDescription
senderobjectThe source of the event

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