TreeView for WinForms | ComponentOne
C1.Win.CoditionalFormatting Namespace / IFormattableView Interface / DataChanged Event

In This Topic
    DataChanged Event (IFormattableView)
    In This Topic
    Fires after any data change notifications.
    Syntax
    'Declaration
     
    
    Event DataChanged As ListChangedEventHandler
    event ListChangedEventHandler DataChanged
    Event Data

    The event handler receives an argument of type ListChangedEventArgs containing data related to this event. The following ListChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
     
     
    See Also