BuildContentDelegate - делегат |
Пространство имён: Tessa.UI.Views
public delegate void BuildContentDelegate( [NotNullAttribute] IWorkplaceViewComponent component, [NotNullAttribute] ObservableCollection<Object> content, [NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent, Object>> contentFactories )
Public Delegate Sub BuildContentDelegate ( <NotNullAttribute> component As IWorkplaceViewComponent, <NotNullAttribute> content As ObservableCollection(Of Object), <NotNullAttribute> contentFactories As IEnumerable(Of Func(Of IWorkplaceViewComponent, Object)) )
public delegate void BuildContentDelegate( [NotNullAttribute] IWorkplaceViewComponent^ component, [NotNullAttribute] ObservableCollection<Object^>^ content, [NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent^, Object^>^>^ contentFactories )
type BuildContentDelegate = delegate of [<NotNullAttribute>] component : IWorkplaceViewComponent * [<NotNullAttribute>] content : ObservableCollection<Object> * [<NotNullAttribute>] contentFactories : IEnumerable<Func<IWorkplaceViewComponent, Object>> -> unit
Copyright © Syntellect 2022