OnItemUnloaded Method (RulesEngineSegmentsCollection)
In This Topic
Called when an item is unloaded from the collection.
Syntax
'Declaration
Protected Overrides Sub OnItemUnloaded( _
ByVal As Object, _
ByVal As C1.DataCollection.CacheDataCollectionItemEventArgs(Of RulesEngineSegment) _
)
protected override void OnItemUnloaded(
object ,
C1.DataCollection.CacheDataCollectionItemEventArgs<RulesEngineSegment>
)
Parameters
- sender
- The sender
- e
- The info about the unloaded item.
See Also