Method | Description | |
---|---|---|
DateSelectionChangedEventArgs ( System.Windows.RoutedEvent id, IList |
The constructor for date selection changed args
|
Method | Description | |
---|---|---|
InvokeEventHandler ( |
This method is used to perform the proper type casting in order to call the type-safe DateSelectionChangedEventHandler delegate for the DateSelectionChangedEvent event.
|
Method | Description | |
---|---|---|
DateSelectionChangedEventArgs ( ) : System | ||
DateSelectionChangedEventArgs ( IList |
public DateSelectionChangedEventArgs ( System.Windows.RoutedEvent id, IList |
||
id | System.Windows.RoutedEvent | The event ID for the event about to fire -- should probably be MonthCalendar.DateSelectionChangedEventID |
removedDates | IList |
The dates that were unselected during this event |
addedDates | IList |
The dates that were selected during this event |
return | System |
protected InvokeEventHandler ( |
||
genericHandler | The handler to invoke. | |
genericTarget | object | The current object along the event's route. |
return | void |