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!

NumericUpDown.AddOnValueChanged

[To be supplied.]

[Visual Basic]
Public Sub AddOnValueChanged( _
   ByVal handler As EventHandler _
)
[C#]
public void AddOnValueChanged(
   EventHandler handler
);
[C++]
public: void AddOnValueChanged(
   EventHandler* handler
);
[JScript]
public function AddOnValueChanged(
   handler : EventHandler
);

Parameters

handler
[To be supplied.]

Remarks

Adds an event handler for the OnValueChanged event notification. This event is sent whenever the value of the updown control changes. Duplicates are not filtered out.

See Also

NumericUpDown Class | NumericUpDown Members | System.WinForms Namespace