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


IDataGraphCollectionEvents.DataGraphAdded Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphCollectionEvents.DataGraphAdded Method

Fired when the graph is added to document.

[Visual Basic .NET]
Public Sub DataGraphAdded ( _
    ByVal pGraph As IDataGraphBase _
)
[C#]
public void DataGraphAdded (
    IDataGraphBase pGraph
);
[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