Initializes a new instance of the AttachmentItemEventArgs class.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public AttachmentItemEventArgs(
	AttachmentItem item
)
Visual Basic
Public Sub New ( _
	item As AttachmentItem _
)
Visual C++
public:
AttachmentItemEventArgs(
	AttachmentItem^ item
)

Parameters

item
Type: CuteEditor..::..AttachmentItem
The item.

See Also