Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / ListChanged Event


In This Topic
    ListChanged Event (ConditionalFormattingIconRuleSet)
    In This Topic
    Occurs when the list or an item in the list changes.
    Syntax
    'Declaration
     
    
    Public Event ListChanged As ListBase.ListChangedEventHandler(Of T)
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim handler As ListBase.ListChangedEventHandler(Of T)
     
    AddHandler instance.ListChanged, handler
    public event ListBase.ListChangedEventHandler<T> ListChanged
    See Also