Called when an edit session stops on a schematic layer.
[Visual Basic 6.0] Event OnStopEditLayer(
ByVal SchematicLayer As ISchematicLayer _
)
[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.