Method | Description | |
---|---|---|
CreateView ( ) : |
Creates a new instance of the tool's view.
|
Method | Description | |
---|---|---|
OnIsEnabledChanged ( ) : void |
Invoked when the IsEnabled property changes.
|
|
OnIsVisibleChanged ( ) : void |
Invoked when the IsVisible property changes.
|
|
PublishToolEvent ( bool force = false ) : void |
Fires the executed event through the EventBus.
|
|
ToolBase ( ) : System.Windows |
Constructor.
|
public CreateView ( ) : |
||
return |
protected PublishToolEvent ( bool force = false ) : void | ||
force | bool | /// The event is not fired if the tool is not enabled. /// Setting force to true will cause the event to fire even if the button is disabled. /// |
return | void |