ElementHost.ClientSizeChanged Event

Definition

Occurs when the value of the ClientSize property changes.

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

Event Type

Attributes

Remarks

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

Applies to

See also