Click or drag to resize

ShellContextMenu Methods

The ShellContextMenu type exposes the following members.

Methods
  NameDescription
Protected methodOnAfterCommandExecute
Fires the AfterCommandExecute event.
Protected methodOnBeforeCommandExecute
Fires the BeforeCommandExecute event.
Protected methodOnOpened
Called when the Opened event occurs. Opens the ShellContextMenu instead.
(Overrides ContextMenuOnOpened(RoutedEventArgs).)
Protected methodOnPropertyChanged
Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs) .
(Overrides FrameworkElementOnPropertyChanged(DependencyPropertyChangedEventArgs).)
Protected methodOnRenameItemSelected
Fires the RenameItemSelected event
Top
See Also