wire.data.DataEvent
class, specifying the name of the event and then calling the raise
method.listen
method on wire.data
to create a new listener.wire.data.DataEvent
class for creating standard data events in the system.dataselect
event is used primarily by WireBootstrap components to let other components know when a user selects or changes data inside the component. datawrite
event is used primarily by WireBootstrap components to let other components know a user has saved data to a data service.