CardToolbarItemDelegateCommand<T> - конструктор
Пространство имён: Tessa.UI.CardsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
public CardToolbarItemDelegateCommand(
ICardToolbarItem toolbarItem,
Action<T> execute,
Func<T, bool> canExecute = null
)
Public Sub New (
toolbarItem As ICardToolbarItem,
execute As Action(Of T),
Optional canExecute As Func(Of T, Boolean) = Nothing
)
public:
CardToolbarItemDelegateCommand(
ICardToolbarItem^ toolbarItem,
Action<T>^ execute,
Func<T, bool>^ canExecute = nullptr
)
new :
toolbarItem : ICardToolbarItem *
execute : Action<'T> *
?canExecute : Func<'T, bool>
-> CardToolbarItemDelegateCommand
Параметры
- toolbarItem ICardToolbarItem
-
- execute Action<T>
-
- canExecute Func<T, Boolean> (Optional)
-