EasySearchASP.net Documented Class Library

Catalog.PageRemovedFromCatalog Event

Event to fire when Page is removed from the Catalog Queue

public event PageRemovedFromCatalogHandler PageRemovedFromCatalog;

Event Data

The event handler receives an argument of type CatalogPageEventArgs containing data related to this event. The following CatalogPageEventArgs property provides information specific to this event.

Property Description
page Page being passed around

See Also

Catalog Class | EasySearchModule Namespace