mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 15:39:31 +02:00
ShellCtrls: Publish OnEdited and OnEditing events for TShellListView.
git-svn-id: trunk@62797 -
This commit is contained in:
parent
d30dbcce35
commit
c5e306d814
@ -309,6 +309,8 @@ type
|
|||||||
property OnDeletion;
|
property OnDeletion;
|
||||||
property OnDragDrop;
|
property OnDragDrop;
|
||||||
property OnDragOver;
|
property OnDragOver;
|
||||||
|
property OnEdited;
|
||||||
|
property OnEditing;
|
||||||
property OnEndDrag;
|
property OnEndDrag;
|
||||||
property OnKeyDown;
|
property OnKeyDown;
|
||||||
property OnKeyPress;
|
property OnKeyPress;
|
||||||
|
Loading…
Reference in New Issue
Block a user