AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class AttachmentItemEventArgs

    Event arguments for actions raised by the legacy attachment control.

    Inheritance
    object
    AttachmentItemEventArgs
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In this article
    Back to top AjaxUploader 5.0 API Reference