[]
        
(Showing Draft Content)

C1.WPF.RulesManager.C1CachedDataCollectionList-1.OnItemUnloaded

OnItemUnloaded Method

OnItemUnloaded(object, CacheDataCollectionItemEventArgs<T>)

Called when an item is unloaded from the collection.

Declaration
protected virtual void OnItemUnloaded(object sender, CacheDataCollectionItemEventArgs<T> e)
Protected Overridable Sub OnItemUnloaded(sender As Object, e As CacheDataCollectionItemEventArgs(Of T))
Parameters
Type Name Description
object sender

The sender

CacheDataCollectionItemEventArgs<T> e

The info about the unloaded item.