|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTEvents Interface > IDataGraphTEvents.DataGraphTLoadingStatus Method (ArcObjects .NET 10.4 SDK) | 
Fired when graph loading status changes.
[Visual Basic .NET] Public Sub DataGraphTLoadingStatus ( _ ByVal pGraphT As IDataGraphT, _ ByVal iSeries As Integer, _ ByVal info As String, _ ByRef bKeepGoing As Boolean _ )
[C#] public void DataGraphTLoadingStatus ( IDataGraphT pGraphT, int iSeries, string info, ref bool bKeepGoing );
[C++]
HRESULT DataGraphTLoadingStatus(
  IDataGraphT* pGraphT,
  long iSeries,
  BSTR info,
  VARIANT_BOOL* bKeepGoing
);
[C++]
Parameters pGraphT [in]
pGraphT is a parameter of type IDataGraphT iSeries [in] iSeries is a parameter of type long info [in] info is a parameter of type BSTR bKeepGoing [in, out] bKeepGoing is a parameter of type VARIANT_BOOL