Vcl.Bind.Navigator.TBindNavigator.OnEndDock
Delphi
property OnEndDock: TEndDragEvent read FOnEndDock write FOnEndDock;
C++
__property OnEndDock;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.Bind.Navigator.pas Vcl.Bind.Navigator.hpp |
Vcl.Bind.Navigator | TBindNavigator |
Description
Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging. {{#multireplace:Vcl.Bind.Navigator.TBindNavigator.OnEndDock|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.OnEndDock|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.OnEndDock|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging.
Use OnEndDock to specify actions or special processing that happen when a drag-and-dock operation stops.