ImageGear for .NET
propertyChanged Event
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearPage Class : propertyChanged Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.