TabPage.LocationChanged Event

Definition

Occurs when the value of the Location property changes.

public:
 event EventHandler ^ LocationChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler LocationChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? LocationChanged;
[<System.ComponentModel.Browsable(false)>]
member this.LocationChanged : EventHandler 
Public Custom Event LocationChanged As EventHandler 

Event Type

Attributes

Remarks

Although you can change the value of the Location property and handle this event to determine when the value changes, the Location property is not meaningful for this control.

Applies to