MobileForms Toolkit Documentation

OutlookDateTimePicker.TodayClick Event

Occurs when the today button is clicked.

public event OutlookDateTimePickerTodayEventHandler TodayClick;

Remarks

Event has arguments of type OutlookDateTimePickerTodayEventArgs. The new Value will be determined by the Date set in the event handler.

Example

To cancel changing the value on Today button click, use the following code in event handler:

e.Date = OutlookDateTimePicker1.Value

See Also

OutlookDateTimePicker Class | Resco.Controls.OutlookControls Namespace