BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
AddHandler Me.GridDataBoundGrid.Model.ColWidthsChanging, addressof MyEventHandler
I think you will have to force the Model to appear after the Me.GridDataBoundGrid in this line, but after you do so, pressing . should show the events that are found in the Model. If you search for AddHandler using FindInFiles in the grid''s Samples folder, you will see lots of sample snippets.