ImageGear .NET
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

ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI.ImGearDocumentCollection
ImGearDocumentCollection Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback