This may be a silly question, but how can one add an event through the IDE?
i.e. I place a button on the form design time..double click it automatically adds the click event for me. How do I add another event say..VisibleCha nged?
Usually I would edit Form1.Designer. cs myself, but for less experienced programmers it could get a little confusing (i.e. VS would overwrite changes if not done properly)
i.e. I place a button on the form design time..double click it automatically adds the click event for me. How do I add another event say..VisibleCha nged?
Usually I would edit Form1.Designer. cs myself, but for less experienced programmers it could get a little confusing (i.e. VS would overwrite changes if not done properly)
Comment