
| Visual Basic (Declaration) | |
|---|---|
Public Class LineInteractiveEventArgs Inherits InteractiveEventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LineInteractiveEventArgs | |
| C# | |
|---|---|
public class LineInteractiveEventArgs : InteractiveEventArgs | |
| C++/CLI | |
|---|---|
public ref class LineInteractiveEventArgs : public InteractiveEventArgs | |
For C#/VB examples, refer to ImageViewer.InteractivePan.
This class provides the event data for the following events:
System.Object
System.EventArgs
System.Windows.RoutedEventArgs
Leadtools.Windows.Controls.InteractiveEventArgs
Leadtools.Windows.Controls.LineInteractiveEventArgs
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code