Vcl.RibbonActnCtrls.TRibbonSpinEdit.OnEndDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndDrag;

C++

__property OnEndDrag;

Properties

Type Visibility Source Unit Parent
event published
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinEdit

Description

Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging.

Vcl.RibbonActnCtrls.TRibbonSpinEdit.OnEndDrag inherits from Vcl.Controls.TControl.OnEndDrag. All content below this line refers to Vcl.Controls.TControl.OnEndDrag.

Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging.

Use the OnEndDrag event handler to specify any special processing that occurs when dragging stops.

OnEndDrag is an event handler of type Vcl.Controls.TEndDragEvent.

See Also

Code Examples