mlreportgen.dom.MessageEventData Class
Namespace: mlreportgen.dom
Holds message triggering message event
Description
Contains the message that triggered a message event.
The mlreportgen.dom.MessageEventData
class is a handle
class.
Creation
Description
creates a message event data object that contains a DOM message (for example, a
message of type messageEventDataObj
= MessageEventData(msg
)mlreportgen.dom.ProgressMessage
).
The DOM message dispatcher attaches an object of this type to a message event when it dispatches a message. This enables message event listeners to retrieve the dispatched message. You need to create instances of this type only if you want to create your own message dispatcher.
Input Arguments
Properties
Examples
Version History
Introduced in R2014b