How can you choose which event comes up by default when a control is double clicked? My user control contains one TextBox. When I import the user control into another project and double click it, the Load event comes up by default. Would it be possible to make it TextChanged by default instead?