Skip to content

Class BubbleEventArgs

Definition

Namespace: StardewUI.Events
Assembly: StardewUI.dll

Base class for events that can bubble up to parents from descendant views.

public class BubbleEventArgs : System.EventArgs

Inheritance
ObjectEventArgs ⇦ 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()

public BubbleEventArgs();

Properties

Handled

Whether or not the view receiving the event handled the event. Set to true to prevent bubbling.

public bool Handled { get; set; }
Property Value

Boolean