Interview Questions

How do you trigger the Paint event in System.Drawing?

.NET Interview Questions and Answers


(Continued from previous question...)

61. How do you trigger the Paint event in System.Drawing?

Invalidate the current form, the OS will take care of repainting. The Update method forces the repaint.

(Continued on next question...)

Other Interview Questions