How to catch DoubleClick event in treeview control
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
;PI declare my procedure like: Private Sub childTreeViewProject_DoubleClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles childTreeViewProject.DoubleClick It doesn't work, saying methods haven't the same signatures.
-
;PI declare my procedure like: Private Sub childTreeViewProject_DoubleClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles childTreeViewProject.DoubleClick It doesn't work, saying methods haven't the same signatures.
The event is Control.DoubleClick and is an EventHandler, meaning that the second parameter is an EventArgs. "Well, I wouldn't say I've been missing it, Bob." - Peter Gibbons