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 : FramesOrderChanged Event |
public event EventHandler<FramesOrderChangedEventArgs> FramesOrderChanged
'Declaration Public Event FramesOrderChanged As EventHandler(Of FramesOrderChangedEventArgs)
'Usage Dim instance As CinePlayer Dim handler As EventHandler(Of FramesOrderChangedEventArgs) AddHandler instance.FramesOrderChanged, handler
public: __event EventHandler<FramesOrderChangedEventArgs*>* FramesOrderChanged
public: event EventHandler<FramesOrderChangedEventArgs^>^ FramesOrderChanged
The event handler receives an argument of type FramesOrderChangedEventArgs containing data related to this event. The following FramesOrderChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
EndFrame | Gets the frame that is the end of the frame order. |
FramesOrder | Gets the PlayFramesOrder. |
JumpCount | Gets the number of frames to skip. |
StartFrame | Gets the frame that is the start of the frame order. |