Table of Contents

Interface ISubmenuBuilder

Namespace
The.WPF.Shell
Assembly
Instagile.WPF.dll
public interface ISubmenuBuilder
Extension Methods

Methods

AddCustomCommand(string, Action<IServices>, Func<IServices, bool>)

void AddCustomCommand(string title, Action<IServices> f, Func<IServices, bool> accessPredicate = null)

Parameters

title string
f Action<IServices>
accessPredicate Func<IServices, bool>

AddCustomCommand(string, Func<IServices, Task>, Func<IServices, bool>)

void AddCustomCommand(string title, Func<IServices, Task> f, Func<IServices, bool> accessPredicate = null)

Parameters

title string
f Func<IServices, Task>
accessPredicate Func<IServices, bool>