All pages
Powered by GitBook
1 of 1

Loading...

DateRangeEventArgs

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 : EventArgs
Public Class DateRangeEventArgs
    Inherits EventArgs

Constructors

DateRangeEventArgs(start, end)

Initializes a new instance of the class.

Name
Type
Description

DateRangeEventArgs(range)

Initializes a new instance of the class.

Name
Type
Description

Properties

End

: Returns the last date/time value in the range that the user has selected.

Start

: Returns the first date/time value in the range that the user has selected.

Used By

Name
Description

start

DateTime

The first date/time value in the range.

end

DateTime

The last date/time value in the range.

range

SelectionRange

The first and last date/time value in the range.

DateRangeEventHandler

Represents the method that will handle the DateChanged or DateSelected event of a MonthCalendar.

DateRangeEventArgs
DateRangeEventArgs
DateTime
DateTime