pmMDA.NET

PersistentItemList.ItemsUnloaded Event

[This is preliminary documentation and subject to change.]

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.

See Also

PersistentItemList Class | PmMda.Net.Dog.Paging Namespace