| C1.Win.Calendar Namespace > CalendarSettings Class : DateValueSelected Event |
'Declaration<C1DescriptionAttribute("Occurs when the user selects a value for the Date property.")> Public Event DateValueSelected As NullableDateTimeEventHandler
'UsageDim instance As CalendarSettings Dim handler As NullableDateTimeEventHandler AddHandler instance.DateValueSelected, handler
[C1Description("Occurs when the user selects a value for the Date property.")] public event NullableDateTimeEventHandler DateValueSelected
[C1Description("Occurs when the user selects a value for the Date property.")] public: event NullableDateTimeEventHandler^ DateValueSelected
The event handler receives an argument of type NullableDateTimeEventArgs containing data related to this event. The following NullableDateTimeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Date | The date value. |
| DateIsNull | Set to True if the date value is null. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2