C1.WPF.DataGrid Namespace > DataGridSelection Class : SelectionChanged Event |
'Declaration
Public Event SelectionChanged As System.EventHandler(Of DataGridSelectionChangedEventArgs)
public event System.EventHandler<DataGridSelectionChangedEventArgs> SelectionChanged
The event handler receives an argument of type DataGridSelectionChangedEventArgs containing data related to this event. The following DataGridSelectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AddedRanges | Gets the ranges that has been added to the selection. |
RemovedRanges | Gets the ranges that has been removed from the selection. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2