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); |
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); |
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.