WebBrowserExtended.ClientToHostWindow Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires to request that the client window size is converted to the host window size.
public:
event EventHandler<Microsoft::Uii::Csr::Browser::Web::ClientToHostWindowEventArgs ^> ^ ClientToHostWindow;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.ClientToHostWindowEventArgs> ClientToHostWindow;
[<System.ComponentModel.Browsable(true)>]
member this.ClientToHostWindow : EventHandler<Microsoft.Uii.Csr.Browser.Web.ClientToHostWindowEventArgs>
Public Custom Event ClientToHostWindow As EventHandler(Of ClientToHostWindowEventArgs)
Event Type
- Attributes