DekGenius.com
[ Team LiB ] Previous Section Next Section

MonthChangedEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

This delegate specifies the parameter list that 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 void MonthChangedEventHandler(object sender, MonthChangedEventArgs e);

Associated Events

Calendar.VisibleMonthChanged( )

    [ Team LiB ] Previous Section Next Section