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

Glossary Item Box

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

The collection will provide a ImGearPageEventArgs as the event argument. When the collection raises this event, it will provide the changed page.

See Also

©2013. Accusoft Corporation. All Rights Reserved.