TabPage.AutoSizeChanged Event

Definition

Occurs when the value of the AutoSize property changes.

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

Event Type

Attributes

Remarks

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

Applies to