Enum TagMember
Definition
Namespace: StardewUI.Framework.Grammar
Assembly: StardewUI.dll
The type of tag member read, resulting from a call to NextMember().
Inheritance
Object ⇦ ValueType ⇦ Enum ⇦ TagMember
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No member was read, i.e. the reader reached the end of the tag. |
| Attribute | 1 | A regular attribute, which binds or writes to a property of the target view. |
| Event | 2 | An event attribute, which attaches an event handler to the target view. |