LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterViewerInteractiveEventArgs Constructor(RasterViewerInteractiveStatus)
See Also 
Leadtools.WinForms Namespace > RasterViewerInteractiveEventArgs Class > RasterViewerInteractiveEventArgs Constructor : RasterViewerInteractiveEventArgs Constructor(RasterViewerInteractiveStatus)



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

Syntax

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

Parameters

status
The status of the interactive mode.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also