LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
InteractiveEventArgs Class
See Also  Members  
Leadtools.Windows.Controls Namespace : InteractiveEventArgs Class



Base class for other ImageViewer and RasterImageViewer interactive events. Supported in Silverlight, Windows Phone 7

Object Model

InteractiveEventArgs Class

Syntax

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 

Example

For C#/VB examples, refer to ImageViewer.IsInteractiveModeBusy.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Leadtools.Windows.Controls.InteractiveEventArgs
            Leadtools.Windows.Controls.LineInteractiveEventArgs
            Leadtools.Windows.Controls.PointInteractiveEventArgs
            Leadtools.Windows.Controls.RectangleInteractiveEventArgs

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also