Event ToolCommand
Occurs when the tool is clicked, after ToolDropDown.
public event EventHandler? ToolCommand
Returns
- EventHandler
- Occurs when the tool is clicked, after .
Remarks
It is better to process commands here than in ToolDropDown event handler.