BasicFormOnGetAttachmentEventHandler Delegate |
Occurs when the attachment info is required.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public delegate AttachmentInfo OnGetAttachmentEventHandler(
Object sender,
Guid attachmentGuid
)
Parameters
- sender
- Type: SystemObject
Item control that raised the event - attachmentGuid
- Type: SystemGuid
Attachment GUID to retrieve
Return Value
Type:
AttachmentInfoSee Also