The ConnectionRelocationInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionRelocationInfo |
Initializes a new instance of the ConnectionRelocationInfo class.
The given IDiagramModel must contain the IDiagramConnection.
|
Properties
Name | Description | |
---|---|---|
![]() | Connection |
Gets the IDiagramConnection that is being relocated.
|
![]() | Model |
Gets the IDiagramModel containing the IDiagramConnection that is being relocated.
|
![]() | NewDestination |
Gets the requested new destination of the connection. This will be the same as the old destination if the destination
end of the connection is not being relocated.
|
![]() | NewSource |
Gets the requested new source of the connection. This will be the same as the old source if the source end of the connection
is not being relocated.
|
![]() | OldDestination |
Gets the old destination of the connection before the connection relocation action began.
|
![]() | OldSource |
Gets the old source of the connection before the connection relocation action began.
|