pmMDA.NET

IPagedCollection.ItemsReloaded Event

[This is preliminary documentation and subject to change.]

Occurs when items have been reloaded.

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.

See Also

IPagedCollection Interface | PmMda.Net.Dog.Paging Namespace