B
Ben Fidge
Hi
Is it possible, using Reflection, to determine at runtime the method(s) that
are provided as handler for a given controls events?
Also, once discovered, is it possible to manually invoke these methods?
For example, suppose I have a ImageButton on a webform that has an on click
handler associated. I would like to be able to discover the name of the
event handling method(s) that handle this event, and manually invoke them.
Kind regards
Ben
Is it possible, using Reflection, to determine at runtime the method(s) that
are provided as handler for a given controls events?
Also, once discovered, is it possible to manually invoke these methods?
For example, suppose I have a ImageButton on a webform that has an on click
handler associated. I would like to be able to discover the name of the
event handling method(s) that handle this event, and manually invoke them.
Kind regards
Ben