| 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 | |
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.
| Property | Description |
|---|---|
| Interpolation | Gets the Interpolation value. |
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code