Class HidePopupEventArgs
Contains HidePopup event data.
Inheritance
System.Object
HidePopupEventArgs
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class HidePopupEventArgs : EventArgs
Constructors
HidePopupEventArgs(Date)
Initializes a new instance of the HidePopupEventArgs class.
Declaration
public HidePopupEventArgs(Date selectedDate)
Parameters
Type | Name | Description |
---|---|---|
Date | selectedDate | Selected date. |
Properties
SelectedDate
Gets or sets selected date.
Declaration
public Date SelectedDate { get; set; }
Property Value
Type |
---|
Date |