FramesOrderChanged Event

Summary
Occurs when the frame order is changed.
Syntax
C#
VB
C++
public event EventHandler<FramesOrderChangedEventArgs> FramesOrderChanged 
  
Event FramesOrderChanged As EventHandler(Of FramesOrderChangedEventArgs) 
event EventHandler<FramesOrderChangedEventArgs^>^ FramesOrderChanged 
Event Data

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.

PropertyDescription
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.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.