Added in 1.9.0

$devent

Returns the name of the dialog event during a on DIALOG event.

Example

on *:DIALOG:*:*:*:{
  echo -ag Matched dialog event is $devent
}