Represents the method that handles the AfterReconnectLink event.
[Visual Basic .NET] Public Delegate Sub AfterReconnectLinkEventHandler ( _ ByVal Display As IDisplay, _ ByVal SchematicLayer As ISchematicLayer, _ ByVal InMemoryFeatures As ISchematicInMemoryFeatureLink, _ ByVal FromConnection As Boolean, _ ByVal OldNode As ISchematicInMemoryFeatureNode, _ ByVal OldPort As Integer _ )
[C#] public delegate void AfterReconnectLinkEventHandler ( IDisplay Display, ISchematicLayer SchematicLayer, ISchematicInMemoryFeatureLink InMemoryFeatures, bool FromConnection, ISchematicInMemoryFeatureNode OldNode, int OldPort );