ToolStripItem.SelectedChanged Event

Definition

Occurs when the value of the Selected property changes.

C#
public event EventHandler? SelectedChanged;

Event Type

Remarks

This event is raised when an item is selected by mouse or keyboard, or programmatically.

The MainMenu and MenuItem controls were removed in .NET Core 3.1. The ToolStripItem.SelectedChanged event is recommended as a replacement for the MenuItem.Select event.

Applies to

Product Versions
Windows Desktop 9