| C1.Win.Calendar Namespace > CalendarSettings Class : MonthChanged Event |
'DeclarationPublic Event MonthChanged As EventHandler
'UsageDim instance As CalendarSettings Dim handler As EventHandler AddHandler instance.MonthChanged, handler
public event EventHandler MonthChanged
public: event EventHandler^ MonthChanged
private void c1DateEdit1_Calendar_MonthChanged(object sender, EventArgs e) { DateTime dt = c1DateEdit1.Calendar.FirstMonth; c1DateEdit1.Calendar.AddBoldedDate(new DateTime(dt.Year, dt.Month, dt.Month)); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2