Back to Devexpress

DiagramConnectionChangingEventArgs Members

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

latest5.0 KB
Original Source

DiagramConnectionChangingEventArgs Members

Provides data for the DiagramControl.ConnectionChanging event.

Constructors

NameDescription
DiagramConnectionChangingEventArgs(DiagramConnector, DiagramItem, DiagramItem, Int32, Int32, PointFloat, PointFloat, ConnectorPointType)Initializes a new instance of the DiagramConnectionChangingEventArgs 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
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
ConnectorReturns the connector whose beginning/ending item is about to be changed.
ConnectorPointTypeReturns the type of the connection point which is about to be moved.
NewIndexReturns the index of the connection point on the diagram item to which the connector is about to be attached.
NewItemReturns the diagram item the connector is about to be attached to.
NewPointReturns the new coordinates of the connection point which is about to be moved.
OldIndexReturns the index of the connection point on the diagram item from which the connector is about to be detached.
OldItemReturns the diagram item from which the connector is about to be detached.
OldPointReturns the initial coordinates of the connection point which is about to be 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

DiagramConnectionChangingEventArgs Class

DevExpress.XtraDiagram Namespace