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

Glossary Item Box

Indicates that a mark on the page was changed.

Syntax

ASP.NET Ajax Javascript (Specification) 
function add_markChanged(handler : Function)
function remove_markChanged(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_markChanged(handler);
.remove_markChanged(handler);

Remarks

The viewer will raise this event whenever the value of any property of a mark changes.

When the page raises this event, it will provide the changed Mark object and the name of the property that changed as the event argument.

See Also

©2013. Accusoft Corporation. All Rights Reserved.