Click or drag to resize

ListViewOnMouseDown Method

Overridden. Raises the MouseDown event.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected override void OnMouseDown(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs that contains the event data.
Remarks
Notes to Inheritors: When overriding OnMouseDown in a derived class, be sure to call the base class's OnMouseDown method so that registered delegates receive the event.
See Also