LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

InterploationChanged Event (CinePlayer)







Occurs when the interpolation type is changed.
Syntax
public event EventHandler<InterploationChangedEventArgs> InterploationChanged
'Declaration
 
Public Event InterploationChanged As EventHandler(Of InterploationChangedEventArgs)
'Usage
 
Dim instance As CinePlayer
Dim handler As EventHandler(Of InterploationChangedEventArgs)
 
AddHandler instance.InterploationChanged, handler
public event EventHandler<InterploationChangedEventArgs> InterploationChanged
add_InterploationChanged(function(sender, e))
remove_InterploationChanged(function(sender, e))

public: __event EventHandler<InterploationChangedEventArgs*>* InterploationChanged
public:
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CinePlayer Class
CinePlayer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.