SmartDatePicker.ValueChangedEventHandler Event
In This Topic
This event occurs when the value in the underlying SmartUx Control is changed.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(True)>
Public Delegate Sub SmartDatePicker.ValueChangedEventHandler( _
ByVal As Object, _
ByVal As String _
)
Parameters
- sender
- The event invoker
- value
- The new value held by the SmartUx Control.
See Also