I'm trying to fing out how to work with events in vba.
For example - this is function decluration in VB
Code:
Private Sub TreeView1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TreeView1.MouseDown
...