FieldChangedEvent<TSource, TValue> constructor
const
FieldChangedEvent<TSource, TValue> (
- FieldModel<
TSource, TValue> model, - TValue value,
- FieldChangeSource source
Implementation
const FieldChangedEvent(
FieldModel<TSource, TValue> model, TValue value, this.source)
: super(model, value);