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




Occurs when the interpolation type is changed.

Syntax

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

Event Data

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

PropertyDescription
Interpolation Gets the Interpolation value.

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