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

Helper class that provides a convenient way to fire tool-state change events (via the event-bus).
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Change ( object toolId, bool isEnabled = null, bool isAsynchronous = false ) : void

Causes the specified tool to change state by firing an IToolStateEvent via the event-bus.

메소드 상세

Change() 공개 정적인 메소드

Causes the specified tool to change state by firing an IToolStateEvent via the event-bus.
public static Change ( object toolId, bool isEnabled = null, bool isAsynchronous = false ) : void
toolId object The unique identifier of the tool to change state on.
isEnabled bool The enabled state (null if current state remains unchanged).
isAsynchronous bool Flag indicating if the update should happen asynchronously.
리턴 void