ImageGear .NET v25.2 - Updated
documentRemoved Event

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

Is this page helpful?
Yes No
Thanks for your feedback.