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