Click or drag to resize

BrowserViewOnFocusRequested Method

This method is used to handle FocusRequested event.

Namespace:  DotNetBrowser.Wpf
Assembly:  DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.13.0
Syntax
C#
public void OnFocusRequested(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
the event sender.
e
Type: SystemEventArgs
the event arguments.
See Also