MonthChangedEventArgs

MonthChangedEventArgs

System.Web.UI.WebControls (system.web.dll)sealed class

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 sealed class MonthChangedEventArgs { // Public Constructors    public MonthChangedEventArgs(DateTime newDate, DateTime previousDate); // Public Instance Properties    public DateTime NewDate{get; }    public DateTime PreviousDate{get; } }

Passed To

MonthChangedEventHandler.{BeginInvoke( ), Invoke( )}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net