Class SnappedEventArgs
Represent a class that contains System.DateTime object as event data which provides information about all kind of DateTime changes.
Inheritance
System.Object
SnappedEventArgs
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class SnappedEventArgs : EventArgs
Constructors
SnappedEventArgs()
Declaration
public SnappedEventArgs()
Properties
DateTime
Gets or sets the DateTime
Declaration
public DateTime DateTime { get; set; }
Property Value
Type |
---|
System.DateTime |