←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly