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




Occurs when the play mode is changed.

Syntax

Visual Basic (Declaration) 
Public Event PlayModeChanged As EventHandler(Of PlayModeChangedEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As CinePlayer
Dim handler As EventHandler(Of PlayModeChangedEventArgs)
 
AddHandler instance.PlayModeChanged, handler
C# 
public event EventHandler<PlayModeChangedEventArgs> PlayModeChanged
Managed Extensions for C++ 
public: __event EventHandler<PlayModeChangedEventArgs*>* PlayModeChanged
C++/CLI 
public:
event EventHandler<PlayModeChangedEventArgs^>^ PlayModeChanged

Event Data

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.

PropertyDescription
PlayMode Gets the play 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