Search
Picker.valueChanged Event
See Also
 






Raised when the control value is changed.

Namespace: MindFusion.Common.UI
File: Picker.js

 Syntax

 Event Data

The event handler method receives the following arguments:
sender
A Picker instance, which is the source of the event. This object will be passed to the handler function as the first argument.
args
A EmptyEventArgs instance, which contains event data. This object will be passed to the handler function as the second argument.

 See Also