Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BitmapSourceViewerInteractiveEventArgs Class
See Also  Members  
Leadtools.Windows.Controls Namespace : BitmapSourceViewerInteractiveEventArgs Class



Base class for other BitmapSourceViewer interactive events.

Syntax

Visual Basic (Declaration) 
Public Class BitmapSourceViewerInteractiveEventArgs 
   Inherits RoutedEventArgs
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerInteractiveEventArgs
C# 
public class BitmapSourceViewerInteractiveEventArgs : RoutedEventArgs 
C++/CLI 
public ref class BitmapSourceViewerInteractiveEventArgs : public RoutedEventArgs 

Example

For XAML example, refer to BitmapSourceViewer.IsInteractiveModeBusy.

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Leadtools.Windows.Controls.BitmapSourceViewerInteractiveEventArgs
            Leadtools.Windows.Controls.BitmapSourceViewerLineEventArgs
            Leadtools.Windows.Controls.BitmapSourceViewerPointEventArgs
            Leadtools.Windows.Controls.BitmapSourceViewerRectangleEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also