Represents the method that handles the OnStartEditLayer event.
[Visual Basic .NET] Public Delegate Sub OnStartEditLayerEventHandler ( _ ByVal SchematicLayer As ISchematicLayer _ )
[C#] public delegate void OnStartEditLayerEventHandler ( ISchematicLayer SchematicLayer );