AttachmentDataChangedEvent<T>#
Class AttachmentDataChangedEvent<T>
Type Parameters
-
T = any
Hierarchy
- WebVisEvent
- AttachmentDataChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Attachment Data Changed Event<T>(attachmentID, data): AttachmentDataChangedEvent<T> -
This event signals a that the data of an attachment was changed.
Type Parameters
-
T = any
Parameters
-
attachmentID: number
The id of the attachment.
-
data: T
The new attachment data.
Returns AttachmentDataChangedEvent<T>
-
Properties
attachmentID
attachmentID: number
The id of the attachment.
data
data: T
The new attachment data.
id
id: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
ATTACHMENT_DATA_CHANGED ATTACHMENT_DATA_CHANGED