Version

CollectionItemChanged Event (ConditionalFormatCollection)

Raised when an Item in collection is modified.
Syntax
'Declaration
 
Public Event CollectionItemChanged As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> CollectionItemChanged