A
Alex
Hello again,
I'm a bit confused.
Can anyone tell me when should I use something like
button.Click += new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler(...);
and when
button.OnAction("...");
The documentation is skimpy.
Thanks,
Alex.
I'm a bit confused.
Can anyone tell me when should I use something like
button.Click += new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler(...);
and when
button.OnAction("...");
The documentation is skimpy.
Thanks,
Alex.