C# Class Open.Core.UI.Controls.ToolEvent

Event argument information (fired from the EventBus) when a tool is executed.
Inheritance: IToolEvent
Exibir arquivo Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
IsMatch ( object id ) : bool

Performs a match of the given ID with the unique identifier of the Tool.

Method Details

IsMatch() public method

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.
return bool