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


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

IDataGraphCollectionEvents.DataGraphAdded Event

Fired when the graph is added to document.

N/A Error in GetEventSigVB N/A Error in GetEventSigCS
[C++]
HRESULT DataGraphAdded(
  IDataGraphBase* pGraph
);
[C++]
Parameters
pGraph [in]

pGraph is a parameter of type IDataGraphBase*

Product Availability

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

See Also

IDataGraphCollectionEvents Interface