C# Class FarsiLibrary.WPF.Controls.DateSelectionChangedEventArgs

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

Public Methods

Method Description
DateSelectionChangedEventArgs ( System.Windows.RoutedEvent id, IEnumerable removedDates, IEnumerable addedDates ) : System

The constructor for date selection changed args

Private Methods

Method Description
DateSelectionChangedEventArgs ( ) : System
DateSelectionChangedEventArgs ( IEnumerable removedDates, IEnumerable addedDates ) : System
DateSelectionChangedEventArgs ( System.Windows.RoutedEvent id ) : System

Method Details

DateSelectionChangedEventArgs() public method

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
return System