PDA

Click to See Complete Forum and Search --> : events in C#


Thai
Apr 23rd, 2002, 01:09 PM
Hello,

I am new to C# and have a question about event handling. In VB you can do:


Private Withevents cnADO As New ADODB.Connection


How would I do something similiar in C# so I could trap the events of an object?

Thanks.

Scott Penner
Apr 23rd, 2002, 04:03 PM
lookup "delegates"

this is the new paradigm in C#.