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
Jon - 07 Aug 2003 18:39 GMT
In design view, in the property windows for the control, select the events tab. Double click away.
> In VC++ . NET designer, if I double click on a button on
> my form , the IDE generates an event handler for Click
[quoted text clipped - 5 lines]
> Is there something like this in .NET ?
> Thanks