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




Occurs when the play options are changed.

Syntax

Visual Basic (Declaration) 
Event PlayOptionsChanged As EventHandler(Of PlayOptionsChangedEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As ICinePlayer
Dim handler As EventHandler(Of PlayOptionsChangedEventArgs)
 
AddHandler instance.PlayOptionsChanged, handler
C# 
event EventHandler<PlayOptionsChangedEventArgs> PlayOptionsChanged
Managed Extensions for C++ 
__event EventHandler<PlayOptionsChangedEventArgs*>* PlayOptionsChanged
C++/CLI 
event EventHandler<PlayOptionsChangedEventArgs^>^ PlayOptionsChanged

Event Data

The event handler receives an argument of type PlayOptionsChangedEventArgs containing data related to this event. The following PlayOptionsChangedEventArgs properties provide information specific to this event.

PropertyDescription
Options Gets the play options.

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