B
Boaz Ben-Porat
I am trying to retrieve the invikation list for aClick event of a button,
and it seems impossible.
The code:
Delegate[] dels = _testButton.Click.GetInvocationList();
I get compiler error:
The event 'System.Windows.Forms.Control.Click' can only appear on the left
hand side of += or -=
Is there a solution?
TIA
Boaz Ben-Porat
Milestone Systems
Danmark
and it seems impossible.
The code:
Delegate[] dels = _testButton.Click.GetInvocationList();
I get compiler error:
The event 'System.Windows.Forms.Control.Click' can only appear on the left
hand side of += or -=
Is there a solution?
TIA
Boaz Ben-Porat
Milestone Systems
Danmark