ArcGIS Developer Help  (ESRI.ArcGIS.Schematic)  

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
);