To capture the user clicking on a toolbar button (example: Print): AddHandler C1PrintPreviewControl1.ToolBars.File.ToolStrip.Items(3).Click, AddressOf onPrintClick Private Sub onPrintClick( ByVal sender As System.Object, ByVal e As System.EventArgs) 'Captured End Sub Use this technique for each button...