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