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

Glossary Item Box

Indicates that a page is removed from the page collection in the document.

Syntax

ASP.NET Ajax Javascript (Specification) 
function add_pageRemoved(handler : Function)
function remove_pageRemoved(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_pageRemoved(handler);
.remove_pageRemoved(handler);

Remarks

The ImGearDocumentCollection raises this event whenever one or more pages are removed from the page collections in the documents(as the result of a call to the removePage function).

The collection provides ImGearPageEventArgs as the event argument. The event argument contains the removed ImGearPage.

See Also

©2013. Accusoft Corporation. All Rights Reserved.