Events in Windows Forms PopupMenu
3 Sep 2020 / 1 minute to read
The PopupMenu control supports the following events,
- BeforePopup
- Collapse
- ParentBarItemChanged
- Popup
BeforePopup
The BeforePopup
event helps to provide the mouse position of the context menu. It gets fired before the popup menu is shown in display.
Collapse
The Collapse
event will be invoked when popup menu is closed.
ParentBarItemChanged
The ParentBarItemChanged
event will be invoked whenever the ParentBarItem properties like Text, Image, Font gets changed.
Popup
The Popup
event will be invoked after menu is displayed.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page