Class BubbleEventArgs
Definition
Namespace: StardewUI.Events
Assembly: StardewUI.dll
Base class for events that can bubble up to parents from descendant views.
Inheritance
Object ⇦ EventArgs ⇦ BubbleEventArgs
Members
Constructors
| Name | Description |
|---|---|
| BubbleEventArgs() |
Properties
| Name | Description |
|---|---|
| Handled | Whether or not the view receiving the event handled the event. Set to true to prevent bubbling. |
Details
Constructors
BubbleEventArgs()
Properties
Handled
Whether or not the view receiving the event handled the event. Set to true to prevent bubbling.