C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / SelectionChanged Event
SelectionChanged Event (FlexGrid)
Occurs after selection changed.
Syntax
public event EventHandler<GridSelectionEventArgs> SelectionChanged
Event Data

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

PropertyDescription
Gets or sets a value indicating whether the associated event should be canceled. (Inherited from C1.WinUI.Grid.CancelEventArgs)
Gets a value indicating whether the associated event is cancellable. (Inherited from C1.WinUI.Grid.CancelEventArgs)
Gets the cell range. (Inherited from C1.WinUI.Grid.GridCellRangeEventArgs)
Gets the cell range.  
Gets the selected cells.  
Gets the type of the cell. (Inherited from C1.WinUI.Grid.GridCellRangeEventArgs)
See Also