I have a couple of places in my code where it would be convenient to simulate an event. I looked on the internet but could find nothing about it.
For example, I have a date and time picker with an event - dateTimePicker_ValueChanged
How do I simulate the value changed so that everything in that block executes?
For example, I have a date and time picker with an event - dateTimePicker_ValueChanged
How do I simulate the value changed so that everything in that block executes?