How to know when tablestyle changes?

  • Thread starter Thread starter Brett Romero
  • Start date Start date
B

Brett Romero

If I have a customDataGrid (.NET 1.1) with several tablestyles loaded,
how can I tell when the user switches between tablestyles? I want to
do this from inside the datagrid.

I have tried this event, this.TableStyles.CollectionChanged, but that
doesn't do it. I allow the user to switch between tablestyles via a
combo box on a form. I could get the event on the combo box change but
need to do this in the datagrid.

Thanks,
Brett
 
Back
Top