ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.ComponentModel.ListChangedEventHandler
    event System.ComponentModel.ListChangedEventHandler DataChanged
    Event Data

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

    PropertyDescription
     
     
     
     
    See Also