TileCommandEventArgs - конструктор
Создаёт экземпляр класса с указанием значений его свойств.
Пространство имён: Tessa.UI.TilesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public TileCommandEventArgs(
ITile tile,
ICommand command,
TileCommandEventType eventType = TileCommandEventType.Default,
bool canCancel = true,
bool cancel = false
)
Public Sub New (
tile As ITile,
command As ICommand,
Optional eventType As TileCommandEventType = TileCommandEventType.Default,
Optional canCancel As Boolean = true,
Optional cancel As Boolean = false
)
public:
TileCommandEventArgs(
ITile^ tile,
ICommand^ command,
TileCommandEventType eventType = TileCommandEventType::Default,
bool canCancel = true,
bool cancel = false
)
new :
tile : ITile *
command : ICommand *
?eventType : TileCommandEventType *
?canCancel : bool *
?cancel : bool
(* Defaults:
let _eventType = defaultArg eventType TileCommandEventType.Default
let _canCancel = defaultArg canCancel true
let _cancel = defaultArg cancel false
*)
-> TileCommandEventArgs
Параметры
- tile ITile
- Плитка, команда которой будет выполнена.
- command ICommand
- Команда, которая будет выполнена.
- eventType TileCommandEventType (Optional)
- Тип события, в результате которого выполняется команда плитки.
- canCancel Boolean (Optional)
- Признак того, что выполнение команды может быть отменено.
- cancel Boolean (Optional)
- Признак того, что по умолчанию выполнение команды будет отменено.