Name

MonthChangedEventArgs

Synopsis

This custom System.EventArgs class provides additional information for the Calendar.VisibleMonthChanged event. The additional information consists of two properties: PreviousDate and NewDate (which will typically be the first of the newly selected month).

Public NotInheritable Class MonthChangedEventArgs
                  ' Public Constructors
   Public Sub New(ByVal newDate As Date, 
        ByVal previousDate As Date) 
' Public Instance Properties
   Public ReadOnly Property NewDate As Date  
   Public ReadOnly Property PreviousDate As Date  
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.