UploadAttachments.AttachmentRemoveClicked Event

php Uploader

PHP File Uploader Class Reference

UploadAttachments.AttachmentRemoveClicked Event

Occurs when the user click the item remove button.

[Visual Basic] Public Event AttachmentRemoveClicked As AttachmentItemEventHandler
[C#]
public event AttachmentItemEventHandler AttachmentRemoveClicked;

Event Data

The event handler receives an argument of type AttachmentItemEventArgs containing data related to this event. The following AttachmentItemEventArgs properties provide information specific to this event.

Property Description
Behavior provide more option for AttachmentRemoveClicked/ActionButtonClicked event.
Item Gets the item.
See Also

UploadAttachments Class | CuteWebUI Namespace