WinForms › Header Control › HeaderContextMenuAboutToBeDisplayedHandler
HeaderContextMenuAboutToBeDisplayedHandler
delegate.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls
Delegate signature for HeaderContextMenuAboutToBeDisplayed event.
public delegate void HeaderContextMenuAboutToBeDisplayedHandler(object sender, ref bool cancel);
Remarks
If you want to cancel the event, set the cancel parameter to true.