Represents the method that handles the AfterDrawLayer event.
[Visual Basic .NET] Public Delegate Sub AfterDrawLayerEventHandler ( _ ByVal Display As IDisplay, _ ByVal DrawPhase As esriDrawPhase, _ ByVal SchematicLayer As ISchematicLayer _ )
[C#] public delegate void AfterDrawLayerEventHandler ( IDisplay Display, esriDrawPhase DrawPhase, ISchematicLayer SchematicLayer );