OnValueChanged

OnValueChanged

Occurs after the Value of a control has changed.

Event Arguments:
form: pf.Form
args: pf.IValueChangedEventArgs

where pf.IValueChangedEventArgs:
export interface IValueChangedEventArgs {
Sender: any;
Value?: any;
}