FieldPostedEvent<TSource, TValue> constructor

const FieldPostedEvent<TSource, TValue>(
  1. FieldModel<TSource, TValue> model,
  2. TValue value
)

Implementation

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