Thursday, October 15, 2020

 You have a few ways to handle an event from the Property Browser window. One way is to find the event you'd like to handle on the object selected (say, Click) and type the name of the function you'd like to call when this event is fired (say, button_Click). Then press Enter, and VS.NET will take you to the body of an event handler with that name and the correct signature, all ready for you to implement



No comments:

Post a Comment

 Application Settings As some applications get more sophisticated, users expect more from all their applications. For example, some applicat...