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


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

    Parameters

    e
    See Also