TabPage.LocationChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.