provide more option for AttachmentRemoveClicked/ActionButtonClicked event.

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

Syntax

C#
public AttachmentItemBehavior Behavior { get; set; }
Visual Basic (Declaration)
Public Property Behavior As AttachmentItemBehavior
Visual C++
public:
property AttachmentItemBehavior Behavior {
	AttachmentItemBehavior get ();
	void set (AttachmentItemBehavior value);
}

See Also