NtTimeChartControl.displayObjectRightClick Event

This event is being raised when the user right clicks on an object within the NtTimeChartControl.

Overload List:

Event Name Event Arguments Description

displayObjectRightClick

NtDisplayObjectEventArgs

 
Event raised when the user clicks an object with the right mouse button.

Event Arguments:

NtDisplayObjectEventArgs
The member displayObject references the object that has been right clicked. It is of type NtDisplayObject which by itself contains a member named dataObject which references to the data object. This gives you the best flexibility to work with the screen object that represents the object and that has been clicked or with the data object itself.

Remarks:

None.

See also:

displayObjectDblClick
displayObjectClick