Initializes a new instance of the AttachmentItemEventArgs class.

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

Syntax

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

Parameters

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

See Also