WebBrowserExtended.OnVisible 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 Visible property of the object is changed.
public:
event EventHandler<Microsoft::Uii::Csr::Browser::Web::OnVisibleEventArgs ^> ^ OnVisible;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.OnVisibleEventArgs> OnVisible;
[<System.ComponentModel.Browsable(true)>]
member this.OnVisible : EventHandler<Microsoft.Uii.Csr.Browser.Web.OnVisibleEventArgs>
Public Custom Event OnVisible As EventHandler(Of OnVisibleEventArgs)
Event Type
- Attributes