S
serge calderara
Dear all,
I have a class named for Instance "MyClass" which populate
trough an interface a context menu object to the main
application.
The click event on any of the context menu itemm will be
proceed in the myClass event handler. Actally default
event handle has two parameters: Sender and e
Actually the context menu is shown in my main application
when I selecte a tree node object and right click the
mouse button. When the click event is proceed I need to
inform my eventhandler in myClass the selected node when
menu item was clicked.
What is the way to pass to my eventhandler the selected
tree node object?
thnaks for your answer
regards
Serge
I have a class named for Instance "MyClass" which populate
trough an interface a context menu object to the main
application.
The click event on any of the context menu itemm will be
proceed in the myClass event handler. Actally default
event handle has two parameters: Sender and e
Actually the context menu is shown in my main application
when I selecte a tree node object and right click the
mouse button. When the click event is proceed I need to
inform my eventhandler in myClass the selected node when
menu item was clicked.
What is the way to pass to my eventhandler the selected
tree node object?
thnaks for your answer
regards
Serge