C1.Silverlight.Chart.5
CollectionChanged Event (ActionCollection)

Syntax
'Declaration
 
Public Event CollectionChanged As System.Collections.Specialized.NotifyCollectionChangedEventHandler
public event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged
Event Data

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

PropertyDescription
ActionGets the description of the action that caused the event.  
NewItemsGets the items affected by an action.  
NewStartingIndexGets the index at which the change occurred.  
OldItemsGets the item affected by a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
OldStartingIndexGets the index at which the change occurred for a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
See Also

Reference

ActionCollection Class
ActionCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.