←Select platform

FrameRateChanged Event

Summary

Occurs when the frame rate is changed.

Syntax

C#
VB
C++
public event EventHandler<FrameRateChangedEventArgs> FrameRateChanged 
  
Public Event FrameRateChanged As EventHandler(Of FrameRateChangedEventArgs) 
public: 
event EventHandler<FrameRateChangedEventArgs^>^ FrameRateChanged 

Event Data

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

PropertyDescription
FrameRate Gets the frame rate for the CinePlayer.
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