DateTimeEditors for WinRT
ItemsChanged Event

Called when the value of the System.Windows.Controls.ItemsControl.Items property changes.
Syntax
'Declaration
 
Public Event ItemsChanged As System.EventHandler(Of NotifyCollectionChangedEventArgs)
public event System.EventHandler<NotifyCollectionChangedEventArgs> ItemsChanged
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
Action  
NewItems  
NewStartingIndex  
OldItems  
OldStartingIndex  
See Also

Reference

C1TabControl Class
C1TabControl Members

 

 


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

Product Support Forum  |  Documentation Feedback