Table of Contents
WebView.FocusedNodeChanged Event

Occurs when the focused node changed.

Syntax
 public event DOMNodeEventHandler FocusedNodeChanged;
Event Data

The event handler receives an argument of type DOMNodeEventArgs containing data related to this event. The following DOMNodeEventArgs property provides information specific to this event.

Name Description
Node The DOM node.
See Also