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