TileCommandEventArgs - конструктор |
Создаёт экземпляр класса с указанием значений его свойств.
Пространство имён:
Tessa.UI.Tiles
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.UI.TilesITile
Плитка, команда которой будет выполнена. - command
- Тип: System.Windows.InputICommand
Команда, которая будет выполнена. - eventType (Optional)
- Тип: Tessa.UI.TilesTileCommandEventType
Тип события, в результате которого выполняется команда плитки. - canCancel (Optional)
- Тип: SystemBoolean
Признак того, что выполнение команды может быть отменено. - cancel (Optional)
- Тип: SystemBoolean
Признак того, что по умолчанию выполнение команды будет отменено.
См. также