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


AfterUpdateDiagramEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

AfterUpdateDiagramEventHandler Delegate

Represents the method that handles the AfterUpdateDiagram event.
[Visual Basic .NET]
Public Delegate Sub AfterUpdateDiagramEventHandler ( _
    ByVal SchematicDiagram As ISchematicDiagram _
)
[C#]
public delegate void AfterUpdateDiagramEventHandler (
    ISchematicDiagram SchematicDiagram
);