BrowserViewOnFocusRequested Method  | 
  
    Namespace: 
   DotNetBrowser.Wpf
    Assembly:
   DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.27.2
Syntaxpublic void OnFocusRequested(
	Object sender,
	EventArgs e
)
Parameters
- sender
 - Type: SystemObject
the event sender. - e
 - Type: SystemEventArgs
the event arguments. 
See Also