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