Click or drag to resize

BrowserViewShowContextMenuHandler Property

[Missing <summary> documentation for "P:DotNetBrowser.AvaloniaUi.BrowserView.ShowContextMenuHandler"]

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

Property Value

Type: IHandlerShowContextMenuParameters, ShowContextMenuResponse
See Also