AttachmentDataChangedEvent¶
Class AttachmentDataChangedEvent<T>
Type Parameters
Hierarchy (View Summary)
- WebVisEvent
- AttachmentDataChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new AttachmentDataChangedEvent<T = any>(
attachmentID: number,
data: T,
): AttachmentDataChangedEvent<T> This event signals a that the data of an attachment was changed.
Type Parameters
Parameters
- attachmentID: number
The id of the attachment.
- data: T
The new attachment data.
Returns AttachmentDataChangedEvent<T>
- attachmentID: number
ATTACHMENT_DATA_CHANGED ATTACHMENT_DATA_CHANGED