Search Results for

    Show / Hide Table of Contents

    Delegate DictionaryNotificationCallbackDelegate<T>

    A callback that will be invoked each time the contents of a IDictionary<TKey, TValue> have changed.

    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public delegate void DictionaryNotificationCallbackDelegate<T>(IDictionary<string, T> sender, DictionaryChangeSet? changes)
    Parameters
    Type Name Description
    IDictionary<string, T> sender

    The IDictionary<TKey, TValue> being monitored for changes.

    DictionaryChangeSet changes

    The DictionaryChangeSet describing the changes to a IDictionary<TKey, TValue>, or null if this is the first notification being delivered.

    Type Parameters
    Name Description
    T

    Type of the value contained in the dictionary.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX