Wisej.Web.DateRangeEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DateChanged or DateSelected events of the MonthCalendar control.
public class DateRangeEventArgs : EventArgsPublic Class DateRangeEventArgs
Inherits EventArgsInitializes a new instance of the class.
Initializes a new instance of the class.
: Returns the last date/time value in the range that the user has selected.
: Returns the first date/time value in the range that the user has selected.
start
The first date/time value in the range.
end
The last date/time value in the range.
range
The first and last date/time value in the range.
Represents the method that will handle the DateChanged or DateSelected event of a MonthCalendar.