ArcObjects Library Reference (Schematic)  

ISchematicDatasetEvents.OnStartEditLayer Event

Called when an edit session starts on a schematic layer.

[Visual Basic .NET]
Public Event OnStartEditLayer As OnStartEditLayerEventHandler
[C#]
public event OnStartEditLayerEventHandler OnStartEditLayer
[C++]
HRESULT OnStartEditLayer(
  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