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

Glossary Item Box

Indicates that a page in the page collection in a document of this document collection 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 collection will raise this event whenever a page is changed in page collections in this document collection.

The document collection will provide the event arguments provided ImGearPageEventArgs. The event argument contains the changed ImGearPage.

See Also

©2013. Accusoft Corporation. All Rights Reserved.