Click or drag to resize

ListViewOnTapAndHold Method

This event is fired right before the context menu appears This will give the client of the listview an opportunity to change the content of the context menu before it appears.

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 void OnTapAndHold(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
An EventArgs that contains the event data.
See Also