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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.