MobileForms Toolkit Documentation

OutlookMonthCalendar.DateClicked Event

Occurs only when the stylus clicked on a date.

public event DateClickedHandler DateClicked;

Event Data

The event handler receives an argument of type DateClickedEventArgs containing data related to this event. The following DateClickedEventArgs property provides information specific to this event.

Property Description
Day The day of the cell which was selected by the pointer.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace