Spread.Services Documentation
SelectionChange Event
GrapeCity.Documents.Spread Namespace > IWorksheet Interface : SelectionChange Event
Occurs when the selection changes on a worksheet.
Syntax
event System.EventHandler<RangeEventArgs> SelectionChange
Event Data

The event handler receives an argument of type RangeEventArgs containing data related to this event. The following RangeEventArgs properties provide information specific to this event.

PropertyDescription
Represents the IRange of RangeEventArgs.  
See Also