Skip to content

EventBubblingMode

Namespace: ThinkGeo.UI.Maui

This enumeration specifies the mode to process other overlays when doing interactive actions with InteractiveOverlay.

public enum EventBubblingMode

Inheritance ObjectValueTypeEnumEventBubblingMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Bubble 0 This enumeration item means that other overlays will still be executed.
NoBubble 1 This enumeration item means that other overlays will be ignored.