SelectionChangingEventArgs Class Members
In This Topic
The following tables list the members exposed by SelectionChangingEventArgs.
Public Constructors
Public Properties
| | Name | Description |
 | Cancel |
Gets or sets whether the selection action should be cancelled.
|
 | CurrentColumn |
Gets the column index of the cell that contains the mouse pointer.
|
 | CurrentRow |
Gets the row index of the cell that contains the mouse pointer.
|
 | Range |
Gets the range of cells encompassing the selection.
|
 | View |
Gets the view that contains the selection.
|
Top
See Also