TkdApplication.addVirtualEvent

Associates the virtual event with the binding, so that the virtual event will trigger whenever the binding occurs. Virtual events may be any string value and binding may have any of the values allowed for the binding argument of the bind method. If the virtual event is already defined, the new binding adds to the existing bindings for the event.

class TkdApplication
void
addVirtualEvent
(
this T
)
(,
string binding
)

Parameters

virtualEvent string

The virtual event to create.

binding string

The binding that triggers this event.

See Also

Meta