'Declaration Public Event InterpolateValues As InterpolateValuesEventHandler
public event InterpolateValuesEventHandler InterpolateValues
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.
Property | Description |
---|---|
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. |
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