Window.DateTimeSelectionChanged Method (Typed) | |
Provide a method that is invoked when a DateTimePicker selection is changed.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DateTimeSelectionChanged(
oDateTimeSelectionEvent AS DateTimeSelectionEvent
) AS USUAL
public virtual Usual DateTimeSelectionChanged(
DateTimeSelectionEvent oDateTimeSelectionEvent
)
Request Example
View SourceParameters
- oDateTimeSelectionEvent
- Type: DateTimeSelectionEvent
The DateTimeSelectionEvent object that describes which control sent the notification.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also