EventBubblingMode¶
Namespace: ThinkGeo.UI.Maui
This enumeration specifies the mode to process other overlays when doing interactive actions with InteractiveOverlay.
public enum EventBubblingMode
Inheritance object → ValueType → Enum → EventBubblingMode
Implements IComparable, IConvertible, IFormattable, ISpanFormattable
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. |