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
add_PlayModeChanged(function(sender, e)) remove_PlayModeChanged(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2