Constructor DateTimeEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

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

The DateField or TimeField format string.

Edit this page