G
Guest
Hi, I'm very new to C# & .NET
I'm having trouble finding events for controls placed on a form. I'm used to
VB6 in which the control was chosen from a drop down box on the top left &
the event was chosen from a drop down box on the right. These two boxes
appear in the C# IDE, however, the left hand box only offers one selection,
the selection being the form1, & the right box offers what I'm guessing is a
reference to all the objects definitions, represented by a little blue
rectangle and (?) a lock symbol, and a single event (click in the case of
buttons) for that object, represented by a little purple rectangle. Can
anybody help me locate all the other events like say, LostFocus etc.
Thank you very much
Ant
I'm having trouble finding events for controls placed on a form. I'm used to
VB6 in which the control was chosen from a drop down box on the top left &
the event was chosen from a drop down box on the right. These two boxes
appear in the C# IDE, however, the left hand box only offers one selection,
the selection being the form1, & the right box offers what I'm guessing is a
reference to all the objects definitions, represented by a little blue
rectangle and (?) a lock symbol, and a single event (click in the case of
buttons) for that object, represented by a little purple rectangle. Can
anybody help me locate all the other events like say, LostFocus etc.
Thank you very much
Ant