Version

ItemsSourceChangedEventArgs Class Members

The following tables list the members exposed by ItemsSourceChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorItemsSourceChangedEventArgs ConstructorInitializes a new instance of the ItemsSourceChangedEventArgs class.  
Public Properties
 NameDescription
Public PropertyActionGets the type of the change action.  
Public PropertyCollectionChangedEventArgsGets or sets the original event args of System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.  
Public PropertyItemsSourceGets the related items source.  
See Also