FieldPostedEvent<TSource, TValue> constructor
const
FieldPostedEvent<TSource, TValue> (
- FieldModel<
TSource, TValue> model, - TValue value
Implementation
const FieldPostedEvent(FieldModel<TSource, TValue> model, TValue value)
: super(model, value);