March 2003
Intermediate to advanced
896 pages
32h 35m
English
DateRangeEventArgs
This class encapsulates the event arguments for the
MonthCalendar.DateChanged and
DateSelected events. You can retrieve the
Start and End date of the new
selection from this object.
public class DateRangeEventArgs : EventArgs { // Public Constructors public DateRangeEventArgs(DateTime start, DateTime end); // Public Instance Properties public DateTime End{get; } public DateTime Start{get; } }
System.Object
→ System.EventArgs → DateRangeEventArgs
DateRangeEventHandler.{BeginInvoke(),
Invoke()}, MonthCalendar.{OnDateChanged(), OnDateSelected()}
Read now
Unlock full access