Occurs when the location of a System.Windows.Forms.ToolStripItem is updated.
This event is raised if the System.Windows.Forms.ToolStripItem is updated by either a programmatic modification or through interaction.
Changing the Control.Enabled property of a System.Windows.Forms.ToolStrip does not raise the ToolStripItem.LocationChanged event. Raise this event with specific property settings.
For more information about handling events, see Consuming Events.