IPropertyBagChangedDelegate<TKey> typedef

IPropertyBagChangedDelegate<TKey> = void Function(SimplePropertyBag<TKey> simplePropertyBag)
The Interface PropertyBagChangedDelegateInterface.

Implementation

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