DialogEvent.Bubble Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.