I know it has been asked before but I can't seem to find an answer.
I have a User Control that I want to expose an eventhandler as a property. For example, I want to be able to specify the event handler in markup (<Control Event="control_event">) or by doing it in code behind (ie: UserControl.attributes.add("Event", "control_event")).
Now that I look at what I want a little further...is this even possible?