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


IDataGraphTEvents.DataGraphTChanged Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTEvents.DataGraphTChanged Method

Fired when graph changes.

[Visual Basic .NET]
Public Sub DataGraphTChanged ( _
    ByVal pGraphT As IDataGraphT, _
    ByVal kind As String _
)
[C#]
public void DataGraphTChanged (
    IDataGraphT pGraphT,
    string kind
);
[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