Constructor DateTimeEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
DateTimeEventArgs(T, T, string)
Initializes a new instance of DateTimeEventArgs
public DateTimeEventArgs(T oldValue, T newValue, string format)
Parameters
oldValue
T
The old DateField or TimeField value.
newValue
T
The new DateField or TimeField value.
format
string