Click or drag to resize

BrowserViewShowContextMenuHandler Property

The default context menu handler implementation for this browser view.

Namespace:  DotNetBrowser.Wpf
Assembly:  DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.13.0
Syntax
C#
public IHandler<ShowContextMenuParameters, ShowContextMenuResponse> ShowContextMenuHandler { get; }

Property Value

Type: IHandlerShowContextMenuParameters, ShowContextMenuResponse
See Also