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 > ICinePlayer Interface : PlayStateChanged Event |
event EventHandler<PlayStateEventArgs> PlayStateChanged
'Declaration Event PlayStateChanged As EventHandler(Of PlayStateEventArgs)
'Usage Dim instance As ICinePlayer Dim handler As EventHandler(Of PlayStateEventArgs) AddHandler instance.PlayStateChanged, handler
__event EventHandler<PlayStateEventArgs*>* PlayStateChanged
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. |