pmMDA.NET

PagedSet.ItemsUnloaded Event

[This is preliminary documentation and subject to change.]

Occurs when items have been unloaded.

public event ItemsEventHandler ItemsUnloaded;

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.ItemsUnloaded

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace