Readonly
isDispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Handle the context menu event for the data grid.
The data grid of interest.
The context menu event of interest.
Handle the mouse double click event for the data grid.
The data grid of interest.
The mouse double click event of interest.
Handle the mouse down event for the data grid.
The data grid of interest.
The mouse down event of interest.
Handle the mouse hover event for the data grid.
The data grid of interest.
The mouse hover event of interest.
Handle the mouse leave event for the data grid.
The data grid of interest.
The mouse hover event of interest.
Handle the mouse move event for the data grid.
The data grid of interest.
The mouse move event of interest.
Handle the mouse up event for the data grid.
The data grid of interest.
The mouse up event of interest.
Handle the wheel event for the data grid.
The data grid of interest.
The wheel event of interest.
Release any resources acquired during a mouse press.
This method is called when the mouse should be released independent of a mouseup event, such as an early detach.
An object which handles mouse events for the data grid.