ElementHost.SizeChanged Event

Definition

Occurs when the Size property value changes.

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

Event Type

Attributes

Remarks

For more information about the SizeChanged event, see Control.SizeChanged.

Applies to

See also