SelectedCellsChangedEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the SelectedCellsChanged event of a DataGrid.
Assembly: PresentationFramework (in PresentationFramework.dll)
public delegate void SelectedCellsChangedEventHandler( Object^ sender, SelectedCellsChangedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Windows.Controls::SelectedCellsChangedEventArgs^
The data for the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: