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


IDataGraphCollectionEvents.DataGraphRemoved Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphCollectionEvents.DataGraphRemoved Method

Fired when the graph is removed from document.

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