ElementHost.Resize Event
Definition
Occurs when the control is resized.
public:
event EventHandler ^ Resize;
[System.ComponentModel.Browsable(false)]
public event EventHandler Resize;
[<System.ComponentModel.Browsable(false)>]
member this.Resize : EventHandler
Public Custom Event Resize As EventHandler
Event Type
- Attributes
Remarks
For more information about the Resize event, see Control.Resize.