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


ISchematicDatasetEvents.AfterUpdateDiagram Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.AfterUpdateDiagram Event
ArcGIS Developer Help

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