DialogEvent.Bubble Property

Definition

Gets or sets a value indicating whether the event will be bubbled to the parent DialogContext if not handled by the current dialog.

public bool Bubble { get; set; }
member this.Bubble : bool with get, set
Public Property Bubble As Boolean

Property Value

Whether the event can be bubbled to the parent DialogContext.

Applies to