2 instantiations of DataGridRowEventArgs
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
841OnLoadingRow(new DataGridRowEventArgs(row)); 861OnUnloadingRow(new DataGridRowEventArgs(row));
4 references to DataGridRowEventArgs
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1133public event EventHandler<DataGridRowEventArgs> LoadingRow; 1138public event EventHandler<DataGridRowEventArgs> UnloadingRow; 1143protected virtual void OnLoadingRow(DataGridRowEventArgs e) 1174protected virtual void OnUnloadingRow(DataGridRowEventArgs e)