Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingColorValueCollection Class / OnListChanged Method


In This Topic
    OnListChanged Method (ConditionalFormattingColorValueCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnListChanged( _
       ByVal e As ListBase.ListChangedEventArgs(Of ConditionalFormattingColorValue) _
    ) 
    protected virtual void OnListChanged( 
       ListBase.ListChangedEventArgs<ConditionalFormattingColorValue> e
    )

    Parameters

    e
    See Also