A reference to the last right clicked item

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AlarmData MiddleClickedItem { get; private set; }
Visual Basic
Public Property MiddleClickedItem As AlarmData
	Get
	Private Set
JScript
function get MiddleClickedItem () : AlarmData
private function set MiddleClickedItem (value : AlarmData)

Remarks

This property is not updated if the user right clicks outside of the grid. The property may become null if the MiddleClickedItem disappears from the grid because the alarm is not active anymore and acked

See Also