Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > CinePlayer Class : PlayStateChanged Event |
public event EventHandler<PlayStateEventArgs> PlayStateChanged
'Declaration Public Event PlayStateChanged As EventHandler(Of PlayStateEventArgs)
'Usage Dim instance As CinePlayer Dim handler As EventHandler(Of PlayStateEventArgs) AddHandler instance.PlayStateChanged, handler
public: __event EventHandler<PlayStateEventArgs*>* PlayStateChanged
public: 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. |