Closed oriash93 closed 1 year ago
the event can be used as follows:
IDeepStreamRecord record = await records.GetRecordAsync(someRecordId);
record.RecordChanged += OnRecordChanged;
where OnRecordChanged
is:
private void OnRecordChanged(dynamic recordData, EventArgs e)
{
\\ Do something with recordData
}
fix #36