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


IDataGraphTEvents.DataGraphTChanged 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.DataGraphTChanged Event
ArcGIS Developer Help

IDataGraphTEvents.DataGraphTChanged Event

Fired when graph changes.

N/A Error in GetEventSigVB N/A Error in GetEventSigCS
[C++]
HRESULT DataGraphTChanged(
  IDataGraphT* pGraphT,
  BSTR kind
);
[C++]
Parameters
pGraphT [in]

pGraphT is a parameter of type IDataGraphT* kind [in]
kind is a parameter of type BSTR

Product Availability

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

See Also

IDataGraphTEvents Interface