WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SnappedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    System.EventArgs
    SnappedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.DateTime
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved