Hello,
Welcome to Microsoft Q&A.
public class BSDataGridT<T> : DataGrid
{
public BSDataGridT()
{
this.AutoGeneratingColumn += BSDataGridT_AutoGeneratingColumn;
}
private void BSDataGridT_AutoGeneratingColumn(object sender, DataGridAutoGeneratingColumnEventArgs e)
{
}
}
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.