Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1CachedDataCollectionList<T> Class / OnItemLoaded Method
The sender.
The info about the loaded item.

In This Topic
    OnItemLoaded Method (C1CachedDataCollectionList<T>)
    In This Topic
    Called when an item is loaded into the collection.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemLoaded( _
       ByVal sender As Object, _
       ByVal e As C1.DataCollection.CacheDataCollectionItemEventArgs(Of T) _
    ) 
    protected virtual void OnItemLoaded( 
       object sender,
       C1.DataCollection.CacheDataCollectionItemEventArgs<T> e
    )

    Parameters

    sender
    The sender.
    e
    The info about the loaded item.
    See Also