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


ISchematicDatasetEvents.AfterUpdateDiagram Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDatasetEvents.AfterUpdateDiagram Event

Called after a schematic diagram is updated.

[Visual Basic .NET]
Public Event AfterUpdateDiagram As AfterUpdateDiagramEventHandler
[C#]
public event AfterUpdateDiagramEventHandler AfterUpdateDiagram
[C++]
HRESULT AfterUpdateDiagram(
  ISchematicDiagram* SchematicDiagram
);
[C++]

Parameters SchematicDiagram [in]
SchematicDiagram is a parameter of type ISchematicDiagram

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDatasetEvents Interface