WorkplaceLayoutViewModelContextMenuGeneratorAsync - делегат |
Пространство имён: Tessa.UI.Views
public delegate ValueTask WorkplaceLayoutViewModelContextMenuGeneratorAsync( [NotNullAttribute] IMenuActionCollection collection, [NotNullAttribute] WorkplaceLayoutViewModel model, CancellationToken cancellationToken = default )
Public Delegate Function WorkplaceLayoutViewModelContextMenuGeneratorAsync ( <NotNullAttribute> collection As IMenuActionCollection, <NotNullAttribute> model As WorkplaceLayoutViewModel, Optional cancellationToken As CancellationToken = Nothing ) As ValueTask
public delegate ValueTask WorkplaceLayoutViewModelContextMenuGeneratorAsync( [NotNullAttribute] IMenuActionCollection^ collection, [NotNullAttribute] WorkplaceLayoutViewModel^ model, CancellationToken cancellationToken = CancellationToken() )
type WorkplaceLayoutViewModelContextMenuGeneratorAsync = delegate of [<NotNullAttribute>] collection : IMenuActionCollection * [<NotNullAttribute>] model : WorkplaceLayoutViewModel * ?cancellationToken : CancellationToken (* Defaults: let _cancellationToken = defaultArg cancellationToken new CancellationToken() *) -> ValueTask
Copyright © Syntellect 2022