SECDateTimeCtrl::OnChanging
BOOLSECDateTimeCtrl::OnChanging(const COleDateTime&newDateTime)
This function is called just before a commit of a new date/time is performed.
Defined in: DTCtrl.cpp
Return Value
Return FALSE to abort the change.
Parameters
newDateTime
New Date/time to validate.
Comments
Override this method if you want to perform any last minute validation.
See Also
SECDateTimeCtrl OnChanged newDateTime */)