Class OnDataChangeEventArgs
Inherited Members
Namespace: Slipe.Server.Accounts.Events
Assembly: SlipeServer.dll
Syntax
public class OnDataChangeEventArgs
Properties
| Improve this Doc View SourceAccount
The account that had data changed
Declaration
public Account Account { get; }
Property Value
Type | Description |
---|---|
Account |
Key
The changed key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
String |
Value
The new value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
String |