C#
VB
C++
Occurs when the play mode is changed.
public event EventHandler<PlayModeChangedEventArgs> PlayModeChanged
Public Event PlayModeChanged As EventHandler(Of PlayModeChangedEventArgs)
public:
event EventHandler<PlayModeChangedEventArgs^>^ PlayModeChanged
The event handler receives an argument of type PlayModeChangedEventArgs containing data related to this event. The following PlayModeChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PlayMode | Gets the play mode. |
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