Version

InterpolateValues Event

Event raised with arguments for interpolating empty values.
Syntax
'Declaration
 
Public Event InterpolateValues As InterpolateValuesEventHandler
public event InterpolateValuesEventHandler InterpolateValues
Event Data

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

PropertyDescription
NullValueIndices An array containing the indices of all values in the Values property which are null and must be populated with data.
Type The Type which is required for each null value in the Values property.
Values The array of values in the set which has null values which must be populated with data.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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