WebBrowserExtended.WindowSetWidth 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 when the object changes its width
public:
event EventHandler<Microsoft::Uii::Csr::Browser::Web::WindowSetWidthEventArgs ^> ^ WindowSetWidth;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.WindowSetWidthEventArgs> WindowSetWidth;
[<System.ComponentModel.Browsable(true)>]
member this.WindowSetWidth : EventHandler<Microsoft.Uii.Csr.Browser.Web.WindowSetWidthEventArgs>
Public Custom Event WindowSetWidth As EventHandler(Of WindowSetWidthEventArgs)
Event Type
- Attributes