PropertyValueChanged<TValue> typedef

PropertyValueChanged<TValue> = void Function(TValue value)

属性值改变

Implementation

typedef PropertyValueChanged<TValue> = void Function(TValue value);