ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 787
نمايش فراداده

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( )