DateControl Xojo Plugin

DesktopDateControl.ValueChanged Event

This event is fired when a portion or all of the date changes in the control.

ValueChanged(
   invokedByUser as Boolean)

Parameters

invokedByUser
If set to true then user interaction changed the date, else new value was set by code.

Remarks

Use the controls Year, Month and Day property to get the new date value.

See Also

DesktopDateControl Control