pmMDA.NET

PagedListBase.ItemsReloaded Event

[This is preliminary documentation and subject to change.]

Occurs when items have been reloaded.

public event ItemsEventHandler ItemsReloaded;

Event Data

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

Property Description
Items Gets the loaded or unloaded items.

Implements

IPagedCollection.ItemsReloaded

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace