A little stupid question (i think) but is there a way to combine 2 combobox handles

example:
VB Code:
  1. Private Sub combobox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles combobox1.Leave OR Handles combobox1.SelectedIndexChanged


greetz and thx,
freakyme