Delegate ModifyCallback<TDataElement>
Namespace: SociallyDistant.Core.Core
Assembly: SociallyDistant.Framework.dll
Syntax
public delegate void ModifyCallback<in TDataElement>(TDataElement subjectPrevious, TDataElement subjectNew) where TDataElement : structParameters
| Type | Name | Description | 
|---|---|---|
| TDataElement | subjectPrevious | |
| TDataElement | subjectNew | 
Type Parameters
| Name | Description | 
|---|---|
| TDataElement |