2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Value changed eventWhen the Date is changed in DateTimePickerAdv, the notification is obtained handling the ValueChanged event. This event can be handled using the following code examples. C# private void dateTimePickerAdv1_ValueChanged(object sender, EventArgs e) { MessageBox.Show("The selected date is " + dateTimePickerAdv1.Value.ToShortDateString()); }
VB Private Sub dateTimePickerAdv1_ValueChanged(sender As Object, e As EventArgs) MessageBox.Show("The selected date is " + dateTimePickerAdv1.Value.ToShortDateString()) End Sub
Sample Link |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.