Event Handle1 how to set Event Handler at runtime How to set Event Handler at runtime? Not only can you create event handlers at design time, but you can also assign them at run time. First create the event handler. You must get the routine’s parameters exactly correct for the type of event handler you want to create. For example, a TextBox control’s TextChanged event handler must take two parameters with types System.Object and System.EventArg.. 2008. 6. 24. 이전 1 다음