C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / EventCollection Class / Changed Event

Changed Event
Occurs after a change has been made to the current collection.
Syntax
'Declaration
 
Public Event Changed As EventCollectionChangeEventHandler
 
Event Data

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

PropertyDescription
Gets the type of collection's changing.  
Gets the index within collection where changing occurs.  
Gets the new object at specified index.  
Gets the old object at specified index.  
See Also