ArcObjects Library Reference (Carto)  

IDataGraphTEvents.DataGraphTDataSourceEventReceived Method

Fired when graph receives an event from its data source.

[Visual Basic .NET]
Public Sub DataGraphTDataSourceEventReceived ( _
    ByVal pGraphT As IDataGraphT, _
    ByVal iSeries As Integer, _
    ByVal kind As String, _
    ByRef bProcessEventInwardly As Boolean _
)
[C#]
public void DataGraphTDataSourceEventReceived (
    IDataGraphT pGraphT,
    int iSeries,
    string kind,
    ref bool bProcessEventInwardly
);
[C++]
HRESULT DataGraphTDataSourceEventReceived(
  IDataGraphT* pGraphT,
  long iSeries,
  BSTR kind,
  VARIANT_BOOL* 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 VARIANT_BOOL

Product Availability

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

See Also

IDataGraphTEvents Interface