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

Glossary Item Box

Indicates that marks were loaded from a JSON string.

Syntax

ASP.NET Ajax Javascript (Specification) 
function add_marksLoaded(handler : Function)
function remove_marksLoaded(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_marksLoaded(handler);
.remove_marksLoaded(handler);

Remarks

The viewer will raise this event after the ArtPage.loadFromJson function successfully loads marks from a JSON string, even if that string contained no marks.

See Also

©2013. Accusoft Corporation. All Rights Reserved.