menu

WPF

  • Code Examples
  • 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.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved