Skip to main content

TcxEventDragKind Enum

Enumerates the available types of dragging for the user event.

Declaration

TcxEventDragKind = (
    edkNone,
    edkEventDragRect,
    edkMoveEvent,
    edkResizeStart,
    edkResizeEnd
);

Members

Name
edkNone
edkEventDragRect
edkMoveEvent
edkResizeStart
edkResizeEnd

Remarks

Values include:

Value

Meaning

edkNone

Can’t be dragged.

edkEventDragRect

The drag operation starts when the mouse pointer hovers over any of the following UI elements:

edkMoveEvent

The user event starts moving when the mouse pointer intersects the user event’s start time boundary (if the mouse pointer is moving up) or the time block’s border next to the user event’s start time boundary (if the mouse pointer is moving down) when the mouse pointer is moving outside the user event’s area (while the left mouse button is pressed).

edkResizeStart

The user event’s start time changes when dragging the user event’s top or left boundary (while the left mouse button is pressed).

edkResizeEnd

The user event’s end time changes when dragging the user event’s bottom or right boundary (while the left mouse button is pressed).

See Also