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.UI.Xaml.Controls
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
[ClassReference(IsReviewed = false, ShouldInclude = false)]
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 |