←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly