NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker.OnValueChanged

Occurs when the value for the control changes.

[Visual Basic]
Overridable Protected Sub OnValueChanged( _
   ByVal eventargs As EventArgs _
)
[C#]
protected virtual void OnValueChanged(
   EventArgs eventargs
);
[C++]
protected: virtual void OnValueChanged(
   EventArgs* eventargs
);
[JScript]
protected function OnValueChanged(
   eventargs : EventArgs
);

Parameters

eventargs
Event data

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace | AddOnValueChanged | RemoveOnValueChanged | cor.comctl.DateTimeChangeEvent