Click or drag to resize
BasicFormOnGetAttachmentEventHandler Delegate
Occurs when the attachment info is required.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
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: AttachmentInfo
See Also