I am kinda newbie in C#. ... Done a lot in VB.NET .. I'm working on Winforms development .. and in VB .. when u generate a dataset Customer .. in the IDE ... when u "view code" on the generated dataset .. these events show up to select from ...
CustomerDataset events
CustomerDataTable events
n u can select ColumnChanged event .. or TableNewRow event .. n code accordingly ...
I thought the only difference with C# was syntax ... but it appears to be more as I caanot find these events .. when I try to do the Winform project with C#. .... Do I have to go study delegates or something?
How can I use the IDE to get these events ... I'm using VS2008 now .. but I presume the same issue with VS2005 anyway as far as events in C#
CustomerDataset events
CustomerDataTable events
n u can select ColumnChanged event .. or TableNewRow event .. n code accordingly ...
I thought the only difference with C# was syntax ... but it appears to be more as I caanot find these events .. when I try to do the Winform project with C#. .... Do I have to go study delegates or something?
How can I use the IDE to get these events ... I'm using VS2008 now .. but I presume the same issue with VS2005 anyway as far as events in C#