Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Open
Core
UI
Controls
ToolEvent
C# Class Open.Core.UI.Controls.ToolEvent
Event argument information (fired from the EventBus) when a tool is executed.
Inheritance:
IToolEvent
Afficher le fichier
Open project: philcockfield/Open.TestHarness.SL
Class Usage Examples
Méthodes publiques
Méthode
Description
IsMatch
(
object
id
) :
bool
Performs a match of the given ID with the unique identifier of the Tool.
Method Details
IsMatch()
public
méthode
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.
Résultat
bool