C# Class FarsiLibrary.WPF.Controls.DateSelectionChangedEventArgs

The inputs to a selection changed event handler
Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Méthodes publiques

Méthode Description
DateSelectionChangedEventArgs ( System.Windows.RoutedEvent id, IEnumerable removedDates, IEnumerable addedDates ) : System

The constructor for date selection changed args

Private Methods

Méthode Description
DateSelectionChangedEventArgs ( ) : System
DateSelectionChangedEventArgs ( IEnumerable removedDates, IEnumerable addedDates ) : System
DateSelectionChangedEventArgs ( System.Windows.RoutedEvent id ) : System

Method Details

DateSelectionChangedEventArgs() public méthode

The constructor for date selection changed args
public DateSelectionChangedEventArgs ( System.Windows.RoutedEvent id, IEnumerable removedDates, IEnumerable addedDates ) : System
id System.Windows.RoutedEvent The event ID for the event about to fire -- should probably be MonthCalendar.DateSelectionChangedEventID
removedDates IEnumerable The dates that were unselected during this event
addedDates IEnumerable The dates that were selected during this event
Résultat System