TabPage.LocationChanged Событие
Определение
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
Тип события
- Атрибуты
Комментарии
Хотя можно изменить значение Location Свойства и обрабатывайте это событие, чтобы определить, когда значение изменяется, Location свойство не имеет смысла для этого элемента управления.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.