ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocumentCollection class / documentAdded Event

In This Topic
    documentAdded Event
    In This Topic
    Indicates that a new document was added to the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_documentAdded(handler : Function)
    function remove_documentAdded(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_documentAdded(handler);
    .remove_documentAdded(handler);
    Remarks

    The collection will raise this event whenever documents are added or inserted to the collection (as the result of a call to the addDocument or insertDocument methods).

    The collection will provide a ImGearDocumentEventArgs as the event argument. When the collection raises this event during the addDocument method, it will provide the ImGearDocument object added ImGearDocument.

    See Also