Hello,

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

Code:
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.