T
timothy
Hi,
I have created a Delegate with EventArgs and I am trying to use reflection
to pick the correct EventArg. I have a combo box loaded with strings where
each represents an event arg for this delegate. I was hoping to make it
dynamic when the user selects the criteria in the combo box that I could
point to the correct event arg which I pass to the delegate. Should I use
reflection and how? Or is there a better way?
Thanks
I have created a Delegate with EventArgs and I am trying to use reflection
to pick the correct EventArg. I have a combo box loaded with strings where
each represents an event arg for this delegate. I was hoping to make it
dynamic when the user selects the criteria in the combo box that I could
point to the correct event arg which I pass to the delegate. Should I use
reflection and how? Or is there a better way?
Thanks