SelectionChangingEventArgs Class Members
In This Topic
The following tables list the members exposed by SelectionChangingEventArgs.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Cancel | Gets or sets whether the selection action should be cancelled. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentColumn | Gets the column index of the cell that contains the mouse pointer. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentRow | Gets the row index of the cell that contains the mouse pointer. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Range | Gets the range of cells encompassing the selection. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | View | Gets the view that contains the selection. |
Top
See Also