CoreWebView2ContextMenuItem.CustomItemSelected Event

Definition

CustomItemSelected event is raised when the user selects this CoreWebView2ContextMenuItem.

public event EventHandler<object> CustomItemSelected;
member this.CustomItemSelected : EventHandler<obj> 
Public Custom Event CustomItemSelected As EventHandler(Of Object) 

Event Type

Remarks

Will only be raised for end developer created context menu items.

Applies to