←Select platform

InteractiveDragEventArgs Class

Summary

A base class for all the interactive drag events.

Syntax
C#
VB
C++
public class InteractiveDragEventArgs : InteractiveEventArgs 
Public Class InteractiveDragEventArgs 
   Inherits InteractiveEventArgs 
public: 
   ref class InteractiveDragEventArgs : InteractiveEventArgs 

Remarks

This class derives from InteractiveEventArgs and adds the following members:

Member Description
Change Change (delta) between the InteractiveEventArgs.Position and InteractiveEventArgs.Origin.
IsMouseWheel Indicates if this drag operation is originated using the mouse wheel and not a mouse/touch down 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