Class Clock.ValueChangedEventArgs
Inheritance
System.Object
Clock.ValueChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs(DateTime)
Declaration
public ValueChangedEventArgs(DateTime ClockTime)
Parameters
| Type | Name | Description |
|---|---|---|
| System.DateTime | ClockTime |
Properties
CurrentDateTime
Declaration
public DateTime CurrentDateTime { get; set; }
Property Value
| Type |
|---|
| System.DateTime |