DateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for DateSelected event.
public ref class DateChangedEventArgs : EventArgs
public class DateChangedEventArgs : EventArgs
type DateChangedEventArgs = class
inherit EventArgs
Public Class DateChangedEventArgs
Inherits EventArgs
- Inheritance
-
DateChangedEventArgs
Constructors
DateChangedEventArgs(DateTime, DateTime) |
Creates a new DateChangedEventArgs object that represents a change from |
Properties
NewDate |
The date that the user entered. |
OldDate |
The date that was on the element at the time that the user selected it. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.