Click or drag to resize

ShellContextMenuOnOpened Method

Called when the Opened event occurs. Opens the ShellContextMenu instead.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected override void OnOpened(
	RoutedEventArgs e
)

Parameters

e
Type: System.WindowsRoutedEventArgs
The event data for the Opened event.
See Also