G
Gregory Khrapunovich
Hi,
I have two questions concerning menu events:
1) I want to share the same handler between three menu
items. Can I send menu event with a parameter so that
the handler would know who sent it?
2) How can I raise a menu event in my C# code? It should
duplicate already existing event that comes from the real
menu. I can of cause call the handler directly, but I
don't want to interrupt currently executing code.
Gregory Khrapunovich
I have two questions concerning menu events:
1) I want to share the same handler between three menu
items. Can I send menu event with a parameter so that
the handler would know who sent it?
2) How can I raise a menu event in my C# code? It should
duplicate already existing event that comes from the real
menu. I can of cause call the handler directly, but I
don't want to interrupt currently executing code.
Gregory Khrapunovich