NtTimeChartControl.displayObjectDblClick Event
This event is being raised when users double click on an object within the NtTimeChartControl.
| Event Name |
Event Arguments |
Description |
|
displayObjectDblClick
|
NtDisplayObjectEventArgs
|
Event raised when the user double clicks an object.
|
NtDisplayObjectEventArgs
The member displayObject
references the object that has been double 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.
None.
displayObjectClick
displayObjectRightClick