IPropertyBagChangedDelegate<TKey> typedef
IPropertyBagChangedDelegate<TKey> =
void Function(SimplePropertyBag<TKey> simplePropertyBag)
Implementation
typedef IPropertyBagChangedDelegate<TKey> = void Function(
SimplePropertyBag<TKey> simplePropertyBag);