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

Glossary Item Box

Indicates that a page in the page collection of this document was changed.

Syntax

ASP.NET Ajax Javascript (Specification) 
function add_pageChanged(handler : Function)
function remove_pageChanged(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_pageChanged(handler);
.remove_pageChanged(handler);

Remarks

The document will raise this event whenever a page is changed in the page collection of this document.

The document will provide a ImGearPageEventArgs as the event argument. The changed ImGearPage will be provided in the event argument.

See Also

©2013. Accusoft Corporation. All Rights Reserved.