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 RightClickedItem { get; private set; }
Visual Basic
Public Property RightClickedItem As AlarmData
	Get
	Private Set
JScript
function get RightClickedItem () : AlarmData
private function set RightClickedItem (value : AlarmData)

Remarks

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

See Also