2 instantiations of DataGridRowEventArgs
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
837OnLoadingRow(new DataGridRowEventArgs(row)); 857OnUnloadingRow(new DataGridRowEventArgs(row));
4 references to DataGridRowEventArgs
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1129public event EventHandler<DataGridRowEventArgs> LoadingRow; 1134public event EventHandler<DataGridRowEventArgs> UnloadingRow; 1139protected virtual void OnLoadingRow(DataGridRowEventArgs e) 1167protected virtual void OnUnloadingRow(DataGridRowEventArgs e)