ObjectSelectorEditor::Selector::OnNodeMouseClick Method (TreeNodeMouseClickEventArgs^)

 

Occurs when the mouse pointer is over the control and a mouse button is clicked.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void OnNodeMouseClick(
	TreeNodeMouseClickEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::TreeNodeMouseClickEventArgs^

Provides data for the MouseUp, MouseDown, and MouseMove events.

.NET Framework
Available since 2.0
Return to top
Show: