DataGridRow.Selected Event

Definition

Occurs when the row is selected.

public:
 event System::Windows::RoutedEventHandler ^ Selected;
public event System.Windows.RoutedEventHandler Selected;
member this.Selected : System.Windows.RoutedEventHandler 
Public Custom Event Selected As RoutedEventHandler 

Event Type

Remarks

This event occurs when the IsSelected property value changes to true.

Applies to

See also