|
|
|
SftTree.DblClick Event |
A mouse button is double-clicked.
Syntax
VB.NET |
Private Sub object_DblClick(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.DblClick |
||
VB |
Private Sub object_DblClick() |
||
C#.NET |
void object_DblClick(object sender, EventArgumentType e); |
||
VC++ |
void OnDblClickobject(); |
||
C |
HRESULT OnDblClickobject(); |
||
Delphi |
procedure objectDblClick(Sender: TObject); |
object
A SftTree object.
Comments
The DblClick event occurs when a mouse button is double-clicked.
To determine which mouse button was pressed and/or in which area of the tree control the mouse button was pressed, use the MouseDown or ItemDblClick events.
See Also SftTree Object | Object Hierarchy