Represents the method that handles the AfterEditGeometries event.
[Visual Basic .NET] Public Delegate Sub AfterEditGeometriesEventHandler ( _ ByVal Display As IDisplay, _ ByVal SchematicLayer As ISchematicLayer, _ ByVal InMemoryFeatures As IEnumSchematicInMemoryFeature _ )
[C#] public delegate void AfterEditGeometriesEventHandler ( IDisplay Display, ISchematicLayer SchematicLayer, IEnumSchematicInMemoryFeature InMemoryFeatures );