layout: default title: BlurEvent parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

BlurEvent Class

Fires when browser focus is moved away from the view.

public class BlurEvent : dymaptic.GeoBlazor.Core.Events.JsEvent,
System.IEquatable<dymaptic.GeoBlazor.Core.Events.BlurEvent>

Inheritance System.Object 🡒 JsEvent 🡒 BlurEvent

Implements System.IEquatable<BlurEvent>

Constructors

BlurEvent(MapView, DomPointerEvent, string, double, Nullable) Constructor

Fires when browser focus is moved away from the view.

public BlurEvent(dymaptic.GeoBlazor.Core.Components.Views.MapView Target, dymaptic.GeoBlazor.Core.Events.DomPointerEvent Native, string Type, double Timestamp, System.Nullable<bool> Cancelable);

Parameters

Target MapView

The view that the browser focus is currently on.

Native DomPointerEvent

A standard DOM Pointer Event

Type System.String

The event type.

Timestamp System.Double

Time stamp (in milliseconds) at which the event was emitted.

Cancelable System.Nullable<System.Boolean>

Whether the event can be cancelled once begun.

Properties

BlurEvent.Target Property

The view that the browser focus is currently on.

public dymaptic.GeoBlazor.Core.Components.Views.MapView Target { get; set; }

Property Value

MapView