Called whenever a MOLE graphic is added to a display list.
[Visual Basic .NET] Public Sub OnGraphicAdd ( _ ByVal DisplayList As IDisplayList, _ ByVal Graphic As ICachedGraphic _ )
[C#] public void OnGraphicAdd ( IDisplayList DisplayList, ICachedGraphic Graphic );
[C++]
HRESULT OnGraphicAdd(
IDisplayList* DisplayList,
ICachedGraphic* Graphic
);
[C++]Parameters
DisplayList [in]DisplayList is a parameter of type IDisplayList
Graphic [in]Graphic is a parameter of type ICachedGraphic
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.