ImageGear .NET v24.12 - Updated
documentAdded Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearDocumentCollection class : documentAdded Event
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

Reference

ImGearDocumentCollection class
ImGearDocumentCollection Members