[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SelectionChangingEventArgs

SelectionChangingEventArgs Class

Represents the event data for the SelectionChanging event for the Spread component, which occurs when the user is selecting another range of cells.

Inheritance
SelectionChangingEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SelectionChangingEventArgs : EventArgs
Public Class SelectionChangingEventArgs
    Inherits EventArgs

Constructors

Name Description
SelectionChangingEventArgs(SpreadView, CellRange, int, int)

Creates a new object with the SelectionChanging event arguments.

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.

OSZAR »