Class BehaviorTarget
Definition
Namespace: StardewUI.Framework.Behaviors
Assembly: StardewUI.dll
Encapsulates the target of an IViewBehavior.
Inheritance
Object ⇦ BehaviorTarget
Implements
IEquatable<BehaviorTarget>
Members
Constructors
| Name | Description |
|---|---|
| BehaviorTarget(IView, IViewState) | Encapsulates the target of an IViewBehavior. |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| View | The view that will receive the behavior. |
| ViewState | State overrides for the View. |
Details
Constructors
BehaviorTarget(IView, IViewState)
Encapsulates the target of an IViewBehavior.
Parameters
View IView
The view that will receive the behavior.
ViewState IViewState
State overrides for the View.
Properties
EqualityContract
Property Value
View
The view that will receive the behavior.
Property Value
ViewState
State overrides for the View.