ImageGear for .NET
documentRemoved Event

Indicates that a document was removed from the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_documentRemoved(handler : Function)
function remove_documentRemoved(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_documentRemoved(handler);
.remove_documentRemoved(handler);
Remarks

The collection will raise this event whenever a document is removed (as a result of a call to the removeDocument or removeAllDocuments functions).

The collection will provide a ImGearDocumentEventArgs as the event argument. When the collection raises this event during the removeDocument function, it will provide ImGearDocument that was removed.

See Also

Reference

ImGearDocumentCollection class
ImGearDocumentCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback