ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearPage class / propertyChanged Event

In This Topic
    propertyChanged Event
    In This Topic
    Indicates that a property was changed.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_propertyChanged(handler : Function)
    function remove_propertyChanged(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_propertyChanged(handler);
    .remove_propertyChanged(handler);
    Remarks

    The page raises this event when the page properties caption and selected changes. The page will provide the name of the changed property as the event argument.

    See Also