Delegate for the ChartDataComplete event handler.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public delegate void ChartDataCompleteEventHandler( IChartDataRequest poRequest ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ChartDataCompleteEventHandler ( _ poRequest As IChartDataRequest _ ) |
| Visual C++ |
|---|
public delegate void ChartDataCompleteEventHandler( IChartDataRequest^ poRequest ) |
Parameters
- poRequest
- Type: T4.API..::.IChartDataRequest