GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

PrintSubmitEvent Class

Event result type for the PrintWidget.OnSubmit event.

public record PrintSubmitEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.PrintSubmitEvent>

Inheritance System.Object 🡒 PrintSubmitEvent

Implements System.IEquatable<PrintSubmitEvent>

Constructors

Event result type for the PrintWidget.OnSubmit event.

public PrintSubmitEvent(dymaptic.GeoBlazor.Pro.Model.FileLink? Link, bool SaveExportEnabled);

Parameters

Link FileLink

Represents an exported map request from the result of the Print widget.

SaveExportEnabled System.Boolean

Boolean indicating whether the Save Export button is enabled.

Properties

Represents an exported map request from the result of the Print widget.

public dymaptic.GeoBlazor.Pro.Model.FileLink? Link { get; init; }

Property Value

FileLink

PrintSubmitEvent.SaveExportEnabled Property

Boolean indicating whether the Save Export button is enabled.

public bool SaveExportEnabled { get; init; }

Property Value

System.Boolean