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


ISchematicDatasetEvents.OnStopEditLayer 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.OnStopEditLayer Event
ArcGIS Developer Help

ISchematicDatasetEvents.OnStopEditLayer Event

Called when an edit session stops on a schematic layer.

[Visual Basic .NET]
Public Event OnStopEditLayer As OnStopEditLayerEventHandler
[C#]
public event OnStopEditLayerEventHandler OnStopEditLayer
[C++]
HRESULT OnStopEditLayer(
  ISchematicLayer* SchematicLayer
);
[C++]
Parameters
SchematicLayer [in]

SchematicLayer is a parameter of type ISchematicLayer*

Product Availability

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

See Also

ISchematicDatasetEvents Interface