ContextMenu closing event

Posted by: fsegui on 6 June 2023, 4:33 am EST

  • Posted 6 June 2023, 4:33 am EST

    Hi,

    Is there any possibility to catch the event when a context menu is closed?

    We want to perform some actions automatically when the context menu is closed.

    We’re showing it with ShowContextMenu method.

    Thanks

    Best regards

  • Posted 7 June 2023, 5:11 am EST

    Hi Florent,

    You can subscribe to C1ContextMenu’s Closed event to perform an action when the context menu is closed. Please refer to the following code:

    contextMenu1.Closed += (s,e) = >
            {
                MessageBox.Show("Context Menu closed!!", "Info", MessageBoxButtons.OK);
            };

    Kindly refer to the attached sample for full implementation. See ContextMenuClose.zip

    Thanks & Regards,

    Aastha

  • Posted 7 June 2023, 5:36 am EST

    Hi

    Thanks, when navigating in the C1ContextMenu this event was not present.

    I’ve seen a new hotfix .603 for all C1 components.

    Do you have a release note with the different fixes?

    We’ve some tickets opened waiting for a correction.

    Thanks

  • Posted 8 June 2023, 5:29 am EST

    Hi Florent,

    We have attached 23v1 hotfix(603) release notes for your reference. Please check ReleaseNotes_Win603.zip

    Thanks & Regards,

    Aastha

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels