mlreportgen.ppt.MessageEventData Class
Namespace: mlreportgen.ppt
Holds message triggering message event
Description
Contains the message that triggered a message event.
The mlreportgen.ppt.MessageEventData
class is a handle
class.
Creation
Description
creates a message event data object that contains a PPT message, such as a
message of type messageEventDataObj
= MessageEventData(msg
)mlreportgen.ppt.ProgressMessage
.
The PPT message dispatcher attaches an object of this type to a message event when it dispatches a message. Attaching the object 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 R2015a