Show / Hide Table of Contents

    Delegate Realm.RealmChangedEventHandler

    Handler type used by RealmChanged

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

    The Realm which has changed.

    EventArgs e

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

    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Realm
    Generated by DocFX