This document is archived and information here might be outdated.  Recommended version.


IDataGraphTEvents.DataGraphTDataSourceEventReceived Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTEvents Interface > IDataGraphTEvents.DataGraphTDataSourceEventReceived Event
ArcGIS Developer Help

IDataGraphTEvents.DataGraphTDataSourceEventReceived Event

Fired when graph receives an event from its data source.

N/A Error in GetEventSigVB N/A Error in GetEventSigCS
[C++]
HRESULT DataGraphTDataSourceEventReceived(
  IDataGraphT* pGraphT,
  long iSeries,
  BSTR kind,
  Boolean* bProcessEventInwardly
);
[C++]
Parameters
pGraphT [in]

pGraphT is a parameter of type IDataGraphT* iSeries [in]
iSeries is a parameter of type long kind [in]
kind is a parameter of type BSTR bProcessEventInwardly [in, out]
bProcessEventInwardly is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphTEvents Interface