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 : PlayModeChanged Event |
public event EventHandler<PlayModeChangedEventArgs> PlayModeChanged
'Declaration Public Event PlayModeChanged As EventHandler(Of PlayModeChangedEventArgs)
'Usage Dim instance As CinePlayer Dim handler As EventHandler(Of PlayModeChangedEventArgs) AddHandler instance.PlayModeChanged, handler
public: __event EventHandler<PlayModeChangedEventArgs*>* PlayModeChanged
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. |