LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PlayStateEventArgs Constructor
See Also 
Leadtools.Medical.Workstation.UI Namespace > PlayStateEventArgs Class : PlayStateEventArgs Constructor




currentState
A PlayState value that represents the current play state.
oldState
A PlayState value that represents the old play state.
Initializes a PlayStateEventArgs class with the specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal currentState As PlayState, _
   ByVal oldState As PlayState _
)
Visual Basic (Usage)Copy Code
Dim currentState As PlayState
Dim oldState As PlayState
 
Dim instance As New PlayStateEventArgs(currentState, oldState)
C# 
public PlayStateEventArgs( 
   PlayState currentState,
   PlayState oldState
)
Managed Extensions for C++ 
public: PlayStateEventArgs( 
   PlayState currentState,
   PlayState oldState
)
C++/CLI 
public:
PlayStateEventArgs( 
   PlayState currentState,
   PlayState oldState
)

Parameters

currentState
A PlayState value that represents the current play state.
oldState
A PlayState value that represents the old play state.

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