Back to Devexpress

DiagramConnectionChangedEventArgs Members

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnectionchangedeventargs-dot-underscore-members.md

latest4.6 KB
Original Source

DiagramConnectionChangedEventArgs Members

Provides data for the DiagramControl.ConnectionChanged event.

Constructors

NameDescription
DiagramConnectionChangedEventArgs(DiagramConnector, DiagramItem, DiagramItem, Int32, Int32, PointFloat, PointFloat, ConnectorPointType))Initializes a new instance of the DiagramConnectionChangedEventArgs class with the specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ConnectorReturns the connector whose beginning/ending item has been changed.
ConnectorPointTypeReturns the type of the connection point which has been moved.
NewIndexReturns the index of the connection point on the diagram item the connector has been attached to.
NewItemReturns the diagram item the connector has been attached to.
NewPointReturns the current coordinates of the connection point which has been moved.
OldIndexReturns the index of the connection point on the diagram item the connector has been detached from.
OldItemReturns the diagram item the connector has been detached from.
OldPointReturns the initial coordinates of the connection point which has been moved.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DiagramConnectionChangedEventArgs Class

DevExpress.XtraDiagram Namespace