TimePickerBase.

OnSelectedDateTimeChanged(DateTime?, DateTime?) Method

Namespace
MahApps.Metro.Controls
Containing Type
TimePickerBase

Syntax

protected virtual void OnSelectedDateTimeChanged(DateTime? oldValue, DateTime? newValue)

Parameters

Name Type Description
oldValue DateTime?
newValue DateTime?

Return Value

Type Description
void