2 instantiations of DataGridRowEventArgs
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
844OnLoadingRow(new DataGridRowEventArgs(row)); 864OnUnloadingRow(new DataGridRowEventArgs(row));
4 references to DataGridRowEventArgs
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1136public event EventHandler<DataGridRowEventArgs> LoadingRow; 1141public event EventHandler<DataGridRowEventArgs> UnloadingRow; 1146protected virtual void OnLoadingRow(DataGridRowEventArgs e) 1177protected virtual void OnUnloadingRow(DataGridRowEventArgs e)