Class DateTimeEventArgs<T>
Inheritance
System.Object
DateTimeEventArgs<T>
Assembly: Terminal.Gui.dll
Syntax
public class DateTimeEventArgs<T> : EventArgs
Type Parameters
Constructors
DateTimeEventArgs(T, T, String)
Declaration
public DateTimeEventArgs(T oldValue, T newValue, string format)
Parameters
Properties
Declaration
public string Format { get; }
Property Value
Type |
Description |
System.String |
|
NewValue
Declaration
public T NewValue { get; }
Property Value
OldValue
Declaration
public T OldValue { get; }
Property Value