
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class InteractiveEventArgs Inherits System.Windows.RoutedEventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As InteractiveEventArgs | |
| C# | |
|---|---|
public abstract class InteractiveEventArgs : System.Windows.RoutedEventArgs | |
| C++/CLI | |
|---|---|
public ref class InteractiveEventArgs abstract : public System.Windows.RoutedEventArgs | |
For C#/VB examples, refer to ImageViewer.IsInteractiveModeBusy.
System.Object
System.EventArgs
System.Windows.RoutedEventArgs
Leadtools.Windows.Controls.InteractiveEventArgs
Leadtools.Windows.Controls.LineInteractiveEventArgs
Leadtools.Windows.Controls.PointInteractiveEventArgs
Leadtools.Windows.Controls.RectangleInteractiveEventArgs
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code