Is there any way to set an event handler without doing it manually in the classname.designer.cs file other than double clicking the UI element?
|
|
Click on the lightning bolt icon in the Properties window. Double-click the event you want to implement. |
||
|
|
|
|
Sure. Use |
||
|
|
|
|
If I follow your question correctly, you can just do it in your code-behind like this:
Or you could use an anonymous delegate:
HTH, Kent |
|||
|
|
