ASP.NET Ajax Javascript (Specification) | |
---|---|
function removeAllPages() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearPageCollection.removeAllPages(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function removeAllPages() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearPageCollection.removeAllPages(); |
This function removes all pages from the collection. If the collection contains no page, this function will do nothing and will not raise the pageRemoved event.
A pageRemoved event will be raised for each page removed in the collection. Refer to the pageRemoved event for details about the eventArgs.