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

Workbook.SelectionChanged Event

Fires in response to changing cell selection in a worksheet.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this event in production code.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.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 another cell in a worksheet is selected. To change a cell that is currently selected, use the Worksheet.SelectedCellproperty.

Note

This event does not occur by default. The event fires only if the WorkbookEventOptions.RaiseOnModificationsViaAPI property is true.

Implements

See Also