Event ALVSTHost.TALVSTHost.OnEndEdit
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALVSTHost
Contents |
Syntax
Delphi:
property OnEndEdit : TALVSTHostEditEvent read FOnEndEdit write SetOnEndEdit;
C++ Builder:
__property TALVSTHostEditEvent OnEndEdit = { read=FOnEndEdit, write=SetOnEndEdit };
Summary
Notifies the host that this control is no more moved by the mouse.
Description
Implement event handler for this event to get notified that
the control is no more moved by the mouse.