DekGenius.com
[ Team LiB ] Previous Section Next Section

DateRangeEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is the delegate for the MonthCalendar.DateChanged and MonthCalendar.DateSelected events.

public delegate void DateRangeEventHandler(object sender, DateRangeEventArgs e);

Associated Events

MonthCalendar.{DateChanged(), DateSelected()}

    [ Team LiB ] Previous Section Next Section