This event if fired after a MouseDown event. When this event is fired then all internal MouseDown handling has been completed.
This event is very useful to display a context menu for example.
Note:
This event is not fired when the cell that got clicked decided to take ownership of the mouse down event. This can happen for example when a checkbox in a cell got clicked.