C#
VB
C++
Initializes a PlayStateEventArgs class with the specified parameters.
public PlayStateEventArgs(
PlayState currentState,
PlayState oldState
)
Public Function New( _
ByVal currentState As Leadtools.Medical.Workstation.Ui.PlayState, _
ByVal oldState As Leadtools.Medical.Workstation.Ui.PlayState _
)
public:
PlayStateEventArgs(
Leadtools.Medical.Workstation.Ui.PlayState currentState,
Leadtools.Medical.Workstation.Ui.PlayState oldState
)
currentState
A PlayState value that represents the current play state.
oldState
A PlayState value that represents the old play state.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET