event handler with VC++ NET

  • Thread starter Thread starter steph
  • Start date Start date
S

steph

In VC++ . NET designer, if I double click on a button on
my form , the IDE generates an event handler for Click
event.
Is there a way to generate event handler for other events
like MouseOver, LostFocus, ...
In VB6 there are 2 dropdown lists : one to choose an
object and the other to choose the event to manage.
Is there something like this in .NET ?
Thanks
 
In design view, in the property windows for the control, select the events tab. Double click away.
 
Back
Top