ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocumentCollection class / documentRemoved Event

In This Topic
    documentRemoved Event
    In This Topic
    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