WebBrowserBase.ChangeUICues Event

Definition

Occurs when the focus or keyboard user interface (UI) cues change.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 event System::Windows::Forms::UICuesEventHandler ^ ChangeUICues;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.UICuesEventHandler ChangeUICues;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.UICuesEventHandler? ChangeUICues;
[<System.ComponentModel.Browsable(false)>]
member this.ChangeUICues : System.Windows.Forms.UICuesEventHandler 
Public Custom Event ChangeUICues As UICuesEventHandler 

Event Type

Attributes

Exceptions

A handler is being added to this event.

Applies to