DateRangeEventArgs

DateRangeEventArgs

System. Windows .Forms (system. windows .forms.dll) class

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; } } 

Hierarchy

System.Object System.EventArgs DateRangeEventArgs

Passed To

DateRangeEventHandler.{BeginInvoke() , Invoke()} , MonthCalendar.{OnDateChanged() , OnDateSelected()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net