Name

MonthChangedEventHandler

Synopsis

This delegate specifies the parameter list a subroutine requires to handle the Calendar.VisibleMonthChanged event, which occurs when the user clicks one of the navigation controls to “page” to another month. This event provides additional information about the previous and new selected date.

Public Delegate Sub MonthChangedEventHandler(
        ByVal sender As Object, 
        ByVal e As MonthChangedEventArgs) 

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.