Skip to main content
A newer version of this page is available. .

SpreadsheetControl.SelectionChanged Event

Fires in response to changing cell selection in a worksheet.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v18.2.dll

Declaration

public event EventHandler SelectionChanged

Event Data

The SelectionChanged event's data class is EventArgs.

Remarks

Handle the SelectionChanged event to perform specific actions each time an end-user selects cells in a worksheet. To access a range of cells that is currently selected in the control, use the SpreadsheetControl.Selection property.

See Also