C#
VB
C++
Occurs when the play state is changed.
public event EventHandler<PlayStateEventArgs> PlayStateChanged
Event PlayStateChanged As EventHandler(Of PlayStateEventArgs)
event EventHandler<PlayStateEventArgs^>^ PlayStateChanged
The event handler receives an argument of type PlayStateEventArgs containing data related to this event. The following PlayStateEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CurrentState | Gets the current PlayState. |
OldState | Gets the old PlayState. |
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