'DeclarationPublic Event SelectionChanging As EventHandler(Of DateChangingEventArgs)
public event EventHandler<DateChangingEventArgs> SelectionChanging
Event Data
The event handler receives an argument of type DateChangingEventArgs containing data related to this event. The following DateChangingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| NewDay | Gets the date of the new day. |
| OldDay | Gets the date of the old day. |
See Also