Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Open
Core
UI
Controls
ToolEvent
C# Класс Open.Core.UI.Controls.ToolEvent
Event argument information (fired from the EventBus) when a tool is executed.
Наследование:
IToolEvent
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
IsMatch
(
object
id
) :
bool
Performs a match of the given ID with the unique identifier of the Tool.
Описание методов
IsMatch()
публичный
Метод
Performs a match of the given ID with the unique identifier of the Tool.
public
IsMatch
(
object
id
) :
bool
id
object
The unique identifier to match.
Результат
bool