Hi, I am new to Window Form Application.
I have a costum control class with eventhandler NewClick;
declaration :
event EventHandler^ NewClick;
how do I know if there is no Method in NewClick or How Many method stored in NewClick ?
Printable View
Hi, I am new to Window Form Application.
I have a costum control class with eventhandler NewClick;
declaration :
event EventHandler^ NewClick;
how do I know if there is no Method in NewClick or How Many method stored in NewClick ?
Maybe the Delegate.GetInvocationList method can give you the answer.
- petter