[]
        
(Showing Draft Content)

C1.WPF.RulesManager.C1CachedDataCollectionList-1.OnItemLoaded

OnItemLoaded Method

OnItemLoaded(object, CacheDataCollectionItemEventArgs<T>)

Called when an item is loaded into the collection.

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

The sender.

CacheDataCollectionItemEventArgs<T> e

The info about the loaded item.