Search Results for

    Show / Hide Table of Contents

    Delegate Realm.RealmChangedEventHandler

    Handler type used by RealmChanged.

    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public delegate void Realm.RealmChangedEventHandler(Realm sender, EventArgs e)
    Parameters
    Type Name Description
    Realm sender

    The Realm which has changed.

    EventArgs e

    Currently an empty argument, in the future may indicate more details about the change.

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