Class AttachmentItemEventArgs
Event arguments for actions raised by the legacy attachment control.
Inherited Members
Namespace: CuteWebUI
Assembly: AjaxUploader.dll
Syntax
public class AttachmentItemEventArgs
Constructors
AttachmentItemEventArgs(AttachmentItem)
Declaration
public AttachmentItemEventArgs(AttachmentItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| AttachmentItem | item |
Properties
Behavior
Gets or sets the behavior requested by the current attachment action.
Declaration
public AttachmentItemBehavior Behavior { get; set; }
Property Value
| Type | Description |
|---|---|
| AttachmentItemBehavior |
Item
Gets the attachment item involved in the event.
Declaration
public AttachmentItem Item { get; }
Property Value
| Type | Description |
|---|---|
| AttachmentItem |