The element defines SignToEvent command that enables a handling of the specified events.
Syntax:
<signtoevent Event=""/>
Attributes of <signtoevent />
Attribute |
Description |
---|---|
Event |
Specifies an event to be handled. |
Example:
<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">
<signtoevent Event="OnMouseDown"/>
<signtoevent Event="OnSelectEntity"/>
</cadsofttools>
Go to ABViewer