SplitContainer.AutoSizeChanged Event

Definition

Occurs when the value of the AutoSize property changes. This property is not relevant to this class.

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

For more information about handling events, see Handling and Raising Events.

This event is not relevant to this class.

Applies to