DataPA Enterprise Dashboard Controls API Reference
Event that fires to indicate the values for this calculated column have been populated in the datatable.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public event CalculatedColumn..::..ValuesPopulatedEventHandler ValuesPopulated
Visual Basic
Public Event ValuesPopulated As CalculatedColumn..::..ValuesPopulatedEventHandler
Visual C++
public:
 event CalculatedColumn..::..ValuesPopulatedEventHandler^ ValuesPopulated {
	void add (CalculatedColumn..::..ValuesPopulatedEventHandler^ value);
	void remove (CalculatedColumn..::..ValuesPopulatedEventHandler^ value);
}

Value

Type: DataPAEnterpriseDashboard..::..CalculatedColumn..::..ValuesPopulatedEventHandler

Remarks