Context Menu Close Event

Hi, Is there a way to detect the close of a context menu which is bind to the GDBG? An event that is similar to the event MenuComplete. Thanks

1 Reply

AD Administrator Syncfusion Team June 10, 2004 11:12 AM UTC

Don''t have a good suggestion here. The only event associated with a contextmenu is a Popup event. So, you could catch the menu opening, but there does not appear to be anything like a menu close. I suppose you could modify all the menu handlers in the context menu to fire an event when they finish.

Loader.
Up arrow icon