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


IDataGraphCollectionEvents.DataGraphRemoved 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.DataGraphRemoved Event
ArcGIS Developer Help

IDataGraphCollectionEvents.DataGraphRemoved Event

Fired when the graph is removed from document.

N/A Error in GetEventSigVB N/A Error in GetEventSigCS
[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