Click or drag to resize
AttachmentItemEventArgs Constructor
Initializes a new instance of the AttachmentItemEventArgs class.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public AttachmentItemEventArgs(
	AttachmentItem item
)

Parameters

item
Type: CuteWebUIAttachmentItem
The item.
See Also