J
John Smith
Hello all:
Is there a way to pass a function address to another function in C#?
I have a few event handler functions such as menuItem_Click that I would
like to pass as such TheFunction(menuItem_Click), and receive as such
private void AnotherFunction(?what goes here?).
Thanks.
Is there a way to pass a function address to another function in C#?
I have a few event handler functions such as menuItem_Click that I would
like to pass as such TheFunction(menuItem_Click), and receive as such
private void AnotherFunction(?what goes here?).
Thanks.