ImageGear for .NET
documentAdded Event
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearDocumentCollection Class : documentAdded Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.