Action to dispatch an event with optional parameters to specific targets.
To specify event properties the fx-property
element is used.
fx-dispatch
will use id resolution within fx-repeat
elements to resolve
the id in scope of current occurence.
Name | Description |
---|---|
name | name of event to dispatch |
targetid | id reference of element to dispatch to. If omitted the event will be dispatched to document |
none