[This is preliminary documentation and is subject to change.]
Used in LinkageEventArgs to enumerate the reasons
for the linkage event. This is used only for linkage events in IPersistateLists.
| C# |
public enum EventReason
| Member | Description |
|---|---|
| LinkCreation | Indicates that a single new link has been created. |
| LinkDeletion | Indicates that a single link has been deleted. |
| LinkRefresh | Indicates that zero or more links may have been created and/or
deleted. |