ImageGear .NET - Updated
propertyChanged Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : propertyChanged Event
Indicates that a property of this ImGearThumbnailList 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 object will raise this event whenever any property of the object is changed.

When the ImGearThumbnailList raises this event, it will provide the name of the changed property as the event argument.

See Also

Reference

ImGearThumbnailList class
ImGearThumbnailList Members