Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineColorStopCollection Class / OnItemUnloaded Method
The sender
The info about the unloaded item.

In This Topic
    OnItemUnloaded Method (RulesEngineColorStopCollection)
    In This Topic
    Called when an item is unloaded from the collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnItemUnloaded( _
       ByVal sender As Object, _
       ByVal e As C1.DataCollection.CacheDataCollectionItemEventArgs(Of RulesEngineColorScaleStop) _
    ) 
    protected override void OnItemUnloaded( 
       object sender,
       C1.DataCollection.CacheDataCollectionItemEventArgs<RulesEngineColorScaleStop> e
    )

    Parameters

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