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



status
The status of the interactive mode.
Initializes a new BitmapSourceViewerInteractiveEventArgs with specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As BitmapSourceViewerInteractiveStatus _
)
Visual Basic (Usage)Copy Code
Dim status As BitmapSourceViewerInteractiveStatus
 
Dim instance As BitmapSourceViewerInteractiveEventArgs(status)
C# 
public BitmapSourceViewerInteractiveEventArgs( 
   BitmapSourceViewerInteractiveStatus status
)
C++/CLI 
public:
BitmapSourceViewerInteractiveEventArgs( 
   BitmapSourceViewerInteractiveStatus status
)

Parameters

status
The status of the interactive mode.

Requirements

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

See Also