I got it. Declared a custom EventArgs class, and a custom event for
the interface. Delegated from the menu to the Interface object to fire
the custom event that is assigned on the mainform during interface
instantiation. Then handled it like any other event from there.

Reply via email to