Hi, everybody...
I'm developing a c# windows application where my app has more than 2 forms in it. i've placed some toolbarbuttons on it. I've associated toolbarbuttons click events to it. Now what i need is to remove the associated methods of those tbbtns on some condition. I'm able to add delegates to those btns at any moment but i have no idea how to remove those delegations...
Any help is appriciable...
Thanks in advance.
Saravanan Krishnan
I'm developing a c# windows application where my app has more than 2 forms in it. i've placed some toolbarbuttons on it. I've associated toolbarbuttons click events to it. Now what i need is to remove the associated methods of those tbbtns on some condition. I'm able to add delegates to those btns at any moment but i have no idea how to remove those delegations...
Any help is appriciable...
Thanks in advance.
Saravanan Krishnan
Comment