Represents the method that handles the AfterMoveNodeOnLink event.
[Visual Basic .NET] Public Delegate Sub AfterMoveNodeOnLinkEventHandler ( _ ByVal Display As IDisplay, _ ByVal SchematicLayer As ISchematicLayer, _ ByVal InMemoryNodeOnLink As ISchematicInMemoryFeatureNodeOnLink, _ ByVal RatioShift As Double _ )
[C#] public delegate void AfterMoveNodeOnLinkEventHandler ( IDisplay Display, ISchematicLayer SchematicLayer, ISchematicInMemoryFeatureNodeOnLink InMemoryNodeOnLink, double RatioShift );