Contains the arguments passed to handlers of table cell -related events.
The following tables list the members exposed by the CellEventArgs type.
Name | Description | |
---|---|---|
Initializes a new instance of the CellEventArgs class. |
Name | Description | |
---|---|---|
Gets a value indicating whether to allow the current operation. |
||
Gets the cell related to the event. |
||
Gets the canvas rendering context. |
||
Gets a value indicating whether the event has been handled. |
||
Gets which mouse button has been pressed. |
||
Gets the text that has just been entered by the user. |
||
Gets the text that had been displayed in the cell before the user edited it. |
||
Sets a value indicating whether to allow the current operation. |
||
Sets a value indicating whether the event has been handled. |