C# 클래스 Open.Core.UI.Controls.ToolEvent

Event argument information (fired from the EventBus) when a tool is executed.
상속: IToolEvent
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
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