C1.Win.4.8 Assembly / C1.Win.CoditionalFormatting Namespace / IFormattableView Interface / DataChanged Event

DataChanged Event (IFormattableView)
Fires after any data change notifications.
Syntax
'Declaration
 
Event DataChanged As ListChangedEventHandler
 
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