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

In This Topic
    documentChanged Event
    In This Topic
    Indicates that a document in the collection was changed.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_documentChanged(handler : Function)
    function remove_documentChanged(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_documentChanged(handler);
    .remove_documentChanged(handler);
    Remarks

    The collection will raise this event whenever a document is changed.

    The collection will provide a ImGearDocumentEventArgs as the event argument. When the collection raises this event, it will provide the changed document in the event argument.

    See Also