Constable Authorization Engine 2.0 BETA

KeyboardDrivenTreeView.OnMouseDown Method 

[This is preliminary documentation and subject to change.]

Raises the MouseDown event.

[Visual Basic]
Overrides Protected Sub OnMouseDown( _
   ByVal e As MouseEventArgs _
)
[C#]
protected override void OnMouseDown(
   MouseEventArgs e
);

Parameters

e
A MouseEventArgs that contains the event data.

Remarks

Contrary to the TreeView ancestor, the right mouse click also changes the selected node just like the left mouse click.

See Also

KeyboardDrivenTreeView Class | LaMarvin.Design.Controls Namespace